The Envelope element is mandatory and forms the root element of a SOAP message. The element indicates that the XML document is a SOAP message. The Envelope element must always be associated with a namespace to distinguish SOAP-specific elements from other message-specific elements.
In the namespace syntax, the declaration begins with xmlns. The prefix is any value defined by a user and namespaceURI always has the value displayed in the code example.
|