echoAnyType
==== REQUEST ==== http://mssoapinterop.org/asmx/xsd/round4xsd.asmx ==== 22.1.03 17:54
WASP4J-Message-ID: 161-t+12pGIABHxNo2d/i5p2/A==
Content-type: application/soap+xml; charset=utf-8;action="http://soapinterop.org/echoAnyType"
<?xml version="1.0" encoding="UTF-8"?>
<e:Envelope xmlns:e="http://www.w3.org/2002/06/soap-envelope" xmlns:d="http://www.w3.org/2001/XMLSchema" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:wn0="http://soapinterop.org/" xmlns:wn1="http://soapinterop.org" xmlns:wn2="http://soapinterop.org/echoheader/" xmlns:wn3="http://soapinterop.org/xsd">
<e:Body>
<wn0:echoAnyType>
<wn0:inputAnyType xmlns:n0="http://idoox.com/package/" i:type="n0:iface.round4.xsd.SOAPComplexType">
<varString i:type="d:string">SOAPComplexType1</varString>
<varInt i:type="d:int">111</varInt>
<varFloat i:type="d:float">111.111</varFloat>
</wn0:inputAnyType>
</wn0:echoAnyType>
</e:Body>
</e:Envelope>
==== RESPONSE ==== http://mssoapinterop.org/asmx/xsd/round4xsd.asmx ==== 22.1.03 17:54
Content-Length: 634
X-AspNet-Version: 1.0.4221
Server: Microsoft-IIS/5.0
Date: Wed, 22 Jan 2003 17:02:53 GMT
X-Powered-By: ASP.NET
Content-Type: application/soap+xml; charset=utf-8
Cache-Control: private, max-age=0
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://www.w3.org/2002/06/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<echoAnyTypeResponse xmlns="http://soapinterop.org/">
<return xmlns:n0="http://idoox.com/package/" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" i:type="n0:iface.round4.xsd.SOAPComplexType">
<varString xmlns="" i:type="d:string">SOAPComplexType1</varString>
<varInt xmlns="" i:type="d:int">111</varInt>
<varFloat xmlns="" i:type="d:float">111.111</varFloat>
</return>
</echoAnyTypeResponse>
</soap:Body>
</soap:Envelope>
=========== CLOSE ================