RPC/Literal
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
For the RPC/Literal format, an array parameter is represented as an unbounded sequence of its data type in an XML Schema type definition, where XMLType is the XML Schema type:
Array parameter definition for RPC/Literal WSDL
|
The WSDL file contains a separate schema for each object defined in
ProxyGen. Each such schema includes one 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/Literal WSDL document for the arraySample procedure shown at the beginning of this section includes the
following types and message sections:
|