blob: 6ccd61224e5c01049557de517c9b355e162704d2 [file] [log] [blame]
<E:Envelope xmlns:E="http://schemas.xmlsoap.org/soap/envelope/" xmlns:y="http://www.w3.org/2001/XMLSchema" xmlns:A="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://www.w3.org/2001/XMLSchema-instance" E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<E:Header>
<ns1:echoMeStringResponse xmlns:ns1="http://soapinterop.org/echoheader/" s:type="y:string">string</ns1:echoMeStringResponse>
<ns2:echoMeStructResponse xmlns:ns2="http://soapinterop.org/echoheader/" xmlns:ns3="http://soapinterop.org/xsd" s:type="ns3:SOAPStruct">
<varString xmlns="" s:type="y:string">string</varString>
<varInt xmlns="" s:type="y:int">150</varInt>
<varFloat xmlns="" s:type="y:float">456.321014</varFloat>
</ns2:echoMeStructResponse>
</E:Header>
<E:Body>
<m:echoFloatArrayResponse xmlns:m="http://soapinterop.org/">
<return xmlns="" A:arrayType="y:float[3]" s:type="A:Array">
<item xmlns="">45.7687607</item>
<item xmlns="">43.4539986</item>
<item xmlns="">2523.54199</item>
</return>
</m:echoFloatArrayResponse>
</E:Body>
</E:Envelope>