blob: 8a46a33d76a7920de6e2a88ac88bf111923c174a [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">852</varInt>
<varFloat xsi:type="xsd:float">456.321</varFloat>
</mns1:echoMeStructResponse>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<mns:echoHexBinaryResponse xmlns:mns="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<return xsi:type="xsd:hexBinary">41394644363445313243</return>
</mns:echoHexBinaryResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>