Simple Object Access Protocol (SOAP) is a communications XML-based protocol that lets applications exchange information through the Internet.
SOAP is platform independent and language independent. SOAP uses XML to specify a request and reply structure. It uses HTTP as the transport mechanism to drive the request and to receive a reply.