|
SOAP Envelope element is the root element of a SOAP message.
It identifies the XML document as a SOAP message.
A SOAP message always appears within an envelope.
The Envelope element is uniquely identified by its namespace, it allows processing tools
to immediately determine whether a given XML document is a SOAP message.
The SOAP envelope can contain an optional Header element and a mandatory Body element.
Any number of other XML elements can follow the Body element.
|