Interview Questions

What is SOAP Envelope Element?

SOAP Interview Questions and Answers


(Continued from previous question...)

What is SOAP Envelope Element?

The SOAP Envelope element is the root element of a SOAP message.
The required SOAP Envelope element is the root element of a SOAP message. This element defines the XML document as a SOAP message.
Example
<?xml version="1.0"?>
<soap:Envelope
xmlns:soap="http://www.www.org/2010/12/soap-envelope"
soap:encodingStyle="http://www.www.org/2010/12/soap-encoding">
...
Message information goes here
...
</soap:Envelope>

(Continued on next question...)

Other Interview Questions