<?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="xmlsoap:Map" xmlns:xmlsoap="http://xml.apache.org/xml-soap"> <item> <key xsi:type="xsd:string">abcKey</key> <value xsi:type="xsd:string">abcVal</value> </item><item> <key xsi:type="xsd:string">defKey</key> <value xsi:type="xsd:string">defVal</value> </item> </result>

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


