Try OpenEdge Now
skip to main content
Web Services
Understanding WSDL Details : Array mapping in WSDL documents
 

Array mapping in WSDL documents

This section provides detailed information about how array parameters are represented in each of the WSDL formats. The description of each format includes an example based on an ABL procedure contained in the CustomerAO AppObject with the following signature:

arraySample procedure signature

/* arraySample*/

DEFINE INPUT  PARAMETER names     AS CHARACTER EXTENT.
DEFINE INPUT  PARAMETER hireDates AS DATETIME  EXTENT.
DEFINE OUTPUT PARAMETER quotas    AS INTEGER   EXTENT 12.
* Doc/Lit
* RPC/Literal
* RPC/Encoded