SOAP using HTTP Protocol
SOAP uses the HTTP request/response message model. SOAP request parameters are sent as an HTTP request and SOAP response parameters are received as an HTTP response. The HTTP binding has the advantage of allowing SOAP messages to go through firewalls.