Fix for testcase

master
Vishnu 2013-03-19 18:12:54 +05:30
parent 94cb9f3a9e
commit 06a4328ec3
1 changed files with 13 additions and 9 deletions

View File

@ -1,20 +1,24 @@
<?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">
<?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>
<ns1:Employee xmlns:msgns="http://j2ee.netbeans.org/wsdl/ErroneousExpr" xmlns:ns1="http://xml.netbeans.org/examples/EmployeeNS">
<ns1:person xmlns:add="http://xml.netbeans.org/examples/AddressNS" xmlns:emp="http://xml.netbeans.org/examples/EmployeeNS" xmlns:emp1="http://xml.netbeans.org/examples/EmployeeInfoNS" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Employee xmlns="http://xml.netbeans.org/examples/EmployeeNS" xmlns:msgns="http://j2ee.netbeans.org/wsdl/ErroneousExpr">
<person xmlns:add="http://xml.netbeans.org/examples/AddressNS" xmlns:emp="http://xml.netbeans.org/examples/EmployeeNS" xmlns:emp1="http://xml.netbeans.org/examples/EmployeeInfoNS" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<emp1:EmployeeNumber>456</emp1:EmployeeNumber>
<emp1:LastName>Smith</emp1:LastName>
<emp1:FirstName>Code</emp1:FirstName>
</ns1:person>
<ns1:home xmlns:add="http://xml.netbeans.org/examples/AddressNS" xmlns:emp="http://xml.netbeans.org/examples/EmployeeNS" xmlns:emp1="http://xml.netbeans.org/examples/EmployeeInfoNS" country="US">
</person>
<home xmlns:add="http://xml.netbeans.org/examples/AddressNS" xmlns:emp="http://xml.netbeans.org/examples/EmployeeNS" xmlns:emp1="http://xml.netbeans.org/examples/EmployeeInfoNS" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" country="US">
<add:name>home</add:name>
<add:street>123 Main St.</add:street>
<add:city>Anywhere</add:city>
<add:state>CA</add:state>
<add:zip>91234</add:zip>
<add:note>my note</add:note>
</ns1:home>
</ns1:Employee>
</home>
</Employee>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
</SOAP-ENV:Envelope>