blob: e5b880efc5c8232e8743e1b738cbe631fba791af [file] [log] [blame]
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:s="http://soapinterop.org/xsd" xmlns:ns="http://soapinterop.org/">
<SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" id="_0">
<ns:echoNestedArrayResponse>
<return xsi:type="s:SOAPArrayStruct">
<varString xsi:type="xsd:string">strss fdfing1</varString>
<varInt xsi:type="xsd:int">25</varInt>
<varFloat xsi:type="xsd:float">25.2299995</varFloat>
<varArray xsi:type="SOAP-ENC:Array" SOAP-ENC:offset="[0]" SOAP-ENC:arrayType="xsd:string[3]">
<item xsi:type="xsd:string">strss fdfing1</item>
<item xsi:type="xsd:string">strss fdfing2</item>
<item xsi:type="xsd:string">strss fdfing3</item>
</varArray>
</return>
</ns:echoNestedArrayResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>