Format
|
Notes
|
Document/Literal (Doc/Lit)
|
The entire message is defined as a single entity and the messages are represented literally using XML Schema standards. This is the recommended format for OpenEdge Web services. It works well for ABL and .NET clients.
OpenEdge Web services use the wrapped document literal (Wrapped Doc/Lit) convention (developed by Microsoft). Wrapped Doc/Lit is a convention using Doc/Lit that wraps all request parameters for an operation into one input XML complex type and wraps all response parameters into a separate output XML complex type.
|
RPC/Literal
|
Each parameter is defined as a separate entity and the formatting of the messages is represented literally using XML Schema standards.
Use this format for clients that do not support Doc/Literal.
|
RPC/Encoded
|
An earlier standard.
Each parameter is defined as a separate entity and the messages to be encoded are formatted according to a set of encoding rules. This format is not recommended. The Web Services Interoperability Organization recommends against this format in their Basic Profile Version 1.0.
|