blob: 79cd89947b3a0afe6b01b03e45a94939f88880fd [file] [log] [blame]
POST /axis/SameComplexTypeAndElementName HTTP/1.1
Host: 127.0.0.1:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: ""
Content-Length: 474
<?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:aBeanPortTypeBase xmlns:ns1="SameComplexTypeAndElementName">
<Element xmlns:ns2="SameComplexTypeAsElement"><ns2:SampleBeanBoolean>false</ns2:SampleBeanBoolean>
</Element>
</ns1:aBeanPortTypeBase>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
POST /axis/SameComplexTypeAndElementName HTTP/1.1
Host: 127.0.0.1:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: ""
Content-Length: 460
<?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:aBeanPortTypeComplex xmlns:ns1="SameComplexTypeAndElementName">
<Element xmlns:ns2="SameComplexTypeAsElement"><ns2:Boolean>false</ns2:Boolean>
</Element>
</ns1:aBeanPortTypeComplex>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>