About Simple Object Access Protocol (SOAP)

SOAP is a lightweight protocol intended for exchanging structured information in a decentralized, distributed environment. SOAP uses XML to define an extensible messaging framework.

SOAP messages consist of the following:

  • An envelope for wrapping messages, including addressing and security information.

  • A set of serialized rules for encoding data types in XML.

  • Conventions for a procedure call and or response.