SOAP HTTP POST Usage
POST /crm/customer/?id=580
HTTP/1.1
Content-Type:
application/soap+xml
<?xml version=“1.0“?>
<soap:env ...>
<soap:body>
<ns1:addAgreement .../>
</soap:body>
</soap:env>
Web Service
getCustomer()
HTTP/1.1 200 OK
Content-Type:
application/soap+xml
<?xml version=“1.0“?>
<soap:env ...>
<soap:body>
<ns1:addAgreementResponse>
..
</ns1:addAgreementResponse>
</soap:body>
</soap:env>
SOAP Request-Response
message exchange pattern