The Hyper Text Transport Protocol is the standard protocol of the World Wide Web. HTTP is a request / response protocol built on TCP/IP.
|
SOAP uses HTTP as it’s only specified Transport Binding (although others are possible). Because HTTP is a request / response protocol, it can be used as either a one-way message based or request-response communication transport.
|