fix for failing testcases

master
Vishnu 2013-03-21 13:13:34 +05:30
parent 0e1c6be4b9
commit 03955becd4
3 changed files with 43 additions and 30 deletions

View File

@ -1,7 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/">
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<person xmlns:msgns="http://sun.com/bpel/SpecExampleWsdl" xmlns="http://localhost/person" name="SUN">
<person xmlns="http://localhost/person" xmlns:msgns="http://sun.com/bpel/SpecExampleWsdl" name="SUN">
<testType>TestResult</testType>
<birthdate>
<month>Feb</month>
@ -15,12 +17,12 @@
<state>CA</state>
<zip>91016</zip>
</home>
<work>
<per:name xmlns:per="http://localhost/person">John Doe</per:name>
<per:street xmlns:per="http://localhost/person">Royal Oaks</per:street>
<per:city xmlns:per="http://localhost/person">Monrovia</per:city>
<per:state xmlns:per="http://localhost/person">CA</per:state>
<per:zip xmlns:per="http://localhost/person">91016</per:zip>
<work xmlns:per="http://localhost/person" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<per:name>John Doe</per:name>
<per:street>Royal Oaks</per:street>
<per:city>Monrovia</per:city>
<per:state>CA</per:state>
<per:zip>91016</per:zip>
</work>
</person>
</SOAP-ENV:Body>

View File

@ -1,18 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/">
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<urn:person xmlns:msgns="http://j2ee.netbeans.org/wsdl/childWSDL" xmlns:urn="urn:SampleXSD" name="Original Name">
<urn:home country="US">
<urn:name>?string?</urn:name>
<urn:street>?string?</urn:street>
<urn:city>?string?</urn:city>
<urn:state>?string?</urn:state>
<urn:zip>?1000.00?</urn:zip>
</urn:home>
<urn:work country="US">
<urn:name>?string?</urn:name>
<urn:street>?string?</urn:street>
<urn:city>?string?</urn:city>
<urn:state>?string?</urn:state>
<urn:zip>?1000.00?</urn:zip>
</urn:work>

View File

@ -1 +1 @@
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header/><SOAP-ENV:Body><hardcrash_2wPart><string>??string?</string></hardcrash_2wPart></SOAP-ENV:Body></SOAP-ENV:Envelope>
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header/><SOAP-ENV:Body><hardcrash_2wPart><string>?string?</string></hardcrash_2wPart></SOAP-ENV:Body></SOAP-ENV:Envelope>