SOAP message document structure
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
SOAP messages have a common XML document structure that consists of the following ordered elements:
- The envelope is a mandatory element containing the optional header element and mandatory body element. It defines all the namespaces used in the document. Namespaces are identifiers that provide a way to define XML elements without name conflicts.
- The header is an optional element containing application-specific information, such as context and standard attributes that describe the operation.
- The body is a mandatory element containing data (for a request or response) or error information (for a fault).
SOAP is a standard defined by the W3C. OpenEdge supports SOAP Versions 1.1 and 1.2. For more information on these SOAP versions, visit the following Web site:
|