Previous Topic: Map an Action in Web Service Access DesignerNext Topic: Specify Multiple Operations for a Single Action


Map Collection Parameters

If you want to populate a group view or display information on the user interface in an HTML table format, you need to map the output parameters using arrays.

Note: When you add a table control on an HTML page in Adobe Dreamweaver, the <name> tag or the <id> tag are not associated with the table by default. Without either of these tags, the table does not appear in the Web Service Action Designer Editor view. To add the <id> tag, create the table and select Properties. Enter a unique ID for the table in the Table entry field.

Table Properties

Follow these steps:

  1. Select <Table> from the Mapping Style drop-down for the array parameter.
  2. Click the browse button in the Mapping field.

    The Define Table dialog prompting to enter the number of rows and columns opens.

    Output Parameters Mapping View

  3. Enter the details in their respective fields.

    A table populates data only for the number of rows that are defined. Additional rows are omitted.

    Table Name

    Defines the name of the table created in Adobe Dreamweaver (in the .html file).

    Max Rows

    Defines the maximum number of rows in the table.

    Max Columns

    Defines the maximum number of columns in the table.

    Starting Row

    Defines the row number from where the table should be populated. If the first row in the table is a heading, the Starting Row should be 1. For tables without any heading, the Starting Row should be 0.

    Fixed Size

    Specifies if the table should have a fixed size.

    Unbound

    Specifies the limit for the number of rows in the table. If you select this option, there is no maximum limit for the number of rows in the table.

  4. Click OK.

    The table parameters are mapped.