What is the difference between the SOAP and HTTP protocol. When we say \"SOAP over HTTP\", what does that mean.?
To interact with server, request should be in XML encoded format using SOAP. But in case of HTTP, request can be sent in HTML, Image, video format etc. SOAP request are sent using HTTP protocol.