blob: 53d4a8f6739086ca06978b0505add58cf79b81cb [file] [log] [blame]
<env:Envelope xmlns: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">
<env:Body>
<ns1:echoNestedArrayResponse xmlns:ns1="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<return xmlns="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<varString xmlns="" xsi:type="xsd:string">strss fdfing1</varString>
<varInt xmlns="" xsi:type="xsd:int">25</varInt>
<varFloat xmlns="" xsi:type="xsd:float">2.523000e+01</varFloat>
<varArray xmlns="" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:s="http://soapinterop.org/xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" SOAP-ENC:arrayType="xsd:string[3]">
<item xmlns="" xsi:type="xsd:string">strss fdfing1</item>
<item xmlns="" xsi:type="xsd:string">strss fdfing2</item>
<item xmlns="" xsi:type="xsd:string">strss fdfing3</item>
</varArray>
</return>
</ns1:echoNestedArrayResponse>
</env:Body>
</env:Envelope>