Web Services Question:
Download Questions PDF

Explain SOAP encoding?

Web Services Interview Question
Web Services Interview Question

Answer:

The Serialization of the types, such as integers and strings, inside a SOAP message is called encoding. The SOAP objects use XML elements and attributes to serialized data, for example, encodingStyle is an attribute of the Envelop element, which is used to specify the encoding rules for a SOAP object.

Download Web Services Interview Questions And Answers PDF

Previous QuestionNext Question
Listed the names of public properties defined in the WebService class?Describe the use of a .disco file?