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.