SOAP

RPC Responses

<s:Envelope xmlns:s="...">
  <s:Body>
    <checkResponse xmlns=".."
        s:encodingStyle="http://www.w3.org/2001/06/soap-encoding">
      <return xsi:type="string">return string</paramA>
    </checkResponse>
  </s:Body>
</s:Envelope>

José M. Vidal .

25 of 29