Interview Questions

What does SOAP encodingStyle Attribute defines ?

SOAP Interview Questions and Answers


(Continued from previous question...)

What does SOAP encodingStyle Attribute defines ?

The encodingStyle attribute is used to define the data types used in the document. This attribute may appear on any SOAP element, and applies to the element's contents and all child elements.
A SOAP message has no default encodin
Syntax
soap:encodingStyle="URI"
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/2001/12/soap-encoding">
...
Message information goes here
...
</soap:Envelope>

(Continued on next question...)

Other Interview Questions