SOAP - The Next Generation?


Antwort: Washington
HTTP/1.1 200 OK
Content-type: text/xml
Content-length: nnnn

<SOAP:Envelope xmlns:SOAP="urn:schemas-xmlsoap-org:soap.v1">
  <SOAP:Body>
    <m:GetStateNameResponse xmlns:m="Some-Namespace-URI">
      <return>Washington</return>
    </m:GetStateNameResponse>
  </SOAP:Body>
</SOAP:Envelope>