webServiceEncodingStyle

The build descriptor option webServiceEncodingStyle determines the format of the SOAP messages sent to and from an EGL-generated Web service. This option is used only for service generation.

For background information on Web Service Description Language (WSDL) style and encoding, see the following Web site:

http://www.ibm.com/developerworks/webservices/library/ws-whichwsdl/

Valid values are as follows:
document/literal (the default)
The transmitted data is handled in accordance with the document/literal wrapped style, as is usually appropriate.
rpc/literal
The transmitted data is handled in accordance with the rpc/literal style. Use this selection only if the client requires the rpc style and the literal encoding.

Related concepts
EGL services and Web services

Related reference
Build descriptor options

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.