Top most tag which identifies the xml document as a soap message
Answers
Answered by
1
SOAP tag is top most tag which identifies the XML document as soap messagr
for example:
<soap:Envelope
xmlns:soap="http://www.w3.org/2003/05/soap-envelope/"
soap:encodingStyle="http://www.w3.org/2003/05/soap-encoding">
for example:
<soap:Envelope
xmlns:soap="http://www.w3.org/2003/05/soap-envelope/"
soap:encodingStyle="http://www.w3.org/2003/05/soap-encoding">
Similar questions