InterviewSolution
| 1. |
What Do You Mean By Soap Encoding? |
|
Answer» SOAP uses an XML format to encode data. There are two WAYS in which it maps HIGH level datatypes like INTEGERS, arrays to a serialized XML format- Section 5 ENCODING and Literal encoding. Section 5 encoding, also called SOAP encoding, is named after the section in the SOAP 1.1 specification that defines it. Literal encoding on the other hand uses a XML. SOAP uses an XML format to encode data. There are two ways in which it maps high level datatypes like integers, arrays to a serialized XML format- Section 5 encoding and Literal encoding. Section 5 encoding, also called SOAP encoding, is named after the section in the SOAP 1.1 specification that defines it. Literal encoding on the other hand uses a XML. |
|