blob: 16188ceafd66ca40b92197544022fa1ed2f4f268 [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:echoStringArrayResponse xmlns:m="http://soapinterop.org/">
<return xmlns="" A:arrayType="y:string[3]" s:type="A:Array">
<item xmlns="">String Value1</item>
<item xmlns="">String Value2</item>
<item xmlns="">String Value3</item>
</return>
</m:echoStringArrayResponse>
</E:Body>
</E:Envelope>