RPC/Encoded
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
For the RPC/Encoded format, an array parameter is represented as a SOAP array
complexType in an XML Schema type definition, as shown:
Array parameter definition for RPC/Encoded WSDL
|
The WSDL file contains a separate schema for each object defined in
ProxyGen. Each such schema includes one SOAP array complexType definition for each data type used as an array parameter for any
procedure or function in that object. For example, if the ABL defines one or more parameters
in the object with the data type CHARACTER EXTENT, the
schema includes a complexType named "ArrayOfString".
The RPC/Encoded WSDL document for the arraySample procedure shown at the beginning of this section includes the
following types and message sections:
|