This document discusses the basic structure and purpose of SOAP messages. It begins by explaining that a SOAP message is an XML document that can be used to exchange data between applications. The core elements of a SOAP message are the Envelope and Body elements, which form the container for the payload data being exchanged. An example is provided of a simple SOAP message containing a purchase order payload. The document continues to describe additional details of SOAP including supported transport protocols, messaging patterns, and the role of XML namespaces in SOAP messages.