<?xml version="1.0"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:ns1="http://soapinterop.org/xsd"><SOAP-ENV:Body><e:echoStructResponse xmlns:e="http://soapinterop.org/"><outputStruct xsi:type="ns1:SOAPStruct"><varString xsi:type="xsd:string">Hello World</varString>
<varInt xsi:type="xsd:int">42</varInt>
<varFloat xsi:type="xsd:float">4.19999981</varFloat>
</outputStruct>
</e:echoStructResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

