SOAP HTTP GET Usage
GET /crm/customer/?id=580
HTTP/1.1
Accept: application/soap+xml
Web Service
getCustomer()
HTTP/1.1 200 OK
Content-Type:
application/soap+xml
<soap:env ...>
<soap:body>
<customer xmlns=“...“>
<IDo</ID>
<FIRSTNAME>Michael</FIRSTNAME>
<LASTNAME>Clancy</LASTNAME>
<STREET Upland
Pl.</STREET>
<CITY>San
Francisco</CITY>
</customer>
</soap:body>
</soap:env>
SOAP Response message
exchange pattern