Doc/Lit
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
For the Doc/Lit format, an array parameter is represented as a sequence of its data type in an XML Schema type definition:
Array parameter definition for Doc/Lit WSDL
|
The bolded elements refer to:
- paramName — The name of the parameter
- XMLType — The XML Schema type of the parameter
-
zero_or_extentval —
0or an integer for the minimum array size -
extentval_or_unbounded — An
integer for the maximum array size or
unbounded
The Doc/Lit WSDL for arraySample has the
following types and message sections:
|