blob: 06fc7746bc28829d8f3b01747543b8b0ab82c855 [file] [log] [blame]
POST /ComplexTypeAllComplexChild/services/Service HTTP/1.1
Host: 127.0.0.1:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: "XSD_byte#asComplexType"
Content-Length: 547
<?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">
<SOAP-ENV:Body>
<ns1:asComplexType xmlns:ns1="http://xsd_byte.test.apache.org"><SimpleComplexType><complexTypeElement><onecomplexTypeElement>65</onecomplexTypeElement>
</complexTypeElement><field2>I&apos;m still here!</field2>
<field3>123</field3>
</SimpleComplexType>
</ns1:asComplexType>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>