Free since 2005 · No login required
AT

Academic Tutorials

Learn at your own pace

site-mobile-top-banner · 320x50

What do you mean by SOAP encoding?

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 Schema to validate SOAP data. In addition to these SOAP encoding styles, messages can be of two types- RPC (Remote Procedure Style) or Document style.