blob: 2d9690b6f69b1bc0e534105cde5164544bfc2813 [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:echoVoidResponse xmlns:mns="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"></mns:echoVoidResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>