<?xml version="1.0"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:me="urn:me" xmlns:xsi="" xmlns:xsd="---">
<soap:Body>
<methodResult xmlns="http://tempuri.org/">


<result xsi:type="soapenc:Array" > <item xsi:type="xsd:string">abc</item> <item xsi:type="soapenc:int">123</item> </result>

</methodResult>
</soap:Body>
</soap:Envelope>

