SOAP is acronym for Simple Object Access Protocol.
A SOAP method is an HTTP request/response that complies with the SOAP encoding rules.
Basically, SOAP = HTTP + XML
A SOAP request could be an HTTP POST or an HTTP GET request.
The HTTP POST request specifies at least two HTTP headers: Content-Type and Content-Length.