blob: eff2c408256f734c2f16483054ab757adf917d72 [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:Body>
<m:echoNestedArrayResponse xmlns:m="http://soapinterop.org/">
<return xmlns="" xmlns:ns1="http://soapinterop.org/xsd" s:type="ns1:SOAPArrayStruct">
<varString xmlns="" s:type="y:string">strss fdfing1</varString>
<varInt xmlns="" s:type="y:int">25</varInt>
<varFloat xmlns="" s:type="y:float">25.2299995</varFloat>
<varArray xmlns="" A:arrayType="y:string[3]" s:type="A:Array">
<item xmlns="">strss fdfing1</item>
<item xmlns="">strss fdfing2</item>
<item xmlns="">strss fdfing3</item>
</varArray>
</return>
</m:echoNestedArrayResponse>
</E:Body>
</E:Envelope>