blob: 248a86beaae2bb4e2cc5b74921b0a386f7246c19 [file] [log] [blame]
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://soapinterop.org/" xmlns:s="http://soapinterop.org/xsd" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
<SOAP-ENV:Header>
<echoMeStringResponse xmlns="http://soapinterop.org/echoheader/" xsi:type="xsd:string">string</echoMeStringResponse>
<mns1:echoMeStructResponse xmlns:mns1="http://soapinterop.org/echoheader/" xsi:type="s:SOAPStruct">
<varString xsi:type="xsd:string">string</varString>
<varInt xsi:type="xsd:int">150</varInt>
<varFloat xsi:type="xsd:float">456.321</varFloat>
</mns1:echoMeStructResponse>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<mns:echoIntegerArrayResponse xmlns:mns="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<return xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:int[3]">
<Item0 xsi:type="xsd:int">451</Item0>
<Item1 xsi:type="xsd:int">425</Item1>
<Item2 xsi:type="xsd:int">2523</Item2>
</return>
</mns:echoIntegerArrayResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>