Run the Windows Forms Client

  1. From the Solution Explorer, right-click CICSCommareaWSWinApp; then click Debug > Start new instance.
  2. Enter the following in the fields indicated:
    Input Field Value
    InIntfld 12345
    InCompFld 12.34
    InDecFld 123.45
    InStringFld Greetings!
    InDispField 1234
  3. Click Submit.
    The service returns the following:
    OutIntfld 12346
    OutCompFld 13.590000000
    OutDispField 1244
    OutDecFld 124.950000000
    OutStringFld Greetings!
    SECCAOutString SECCA received: Greetings!

    OutGrpFld is a 5 by 3 array, represented in the interface as a grid. The each of the five rows in the grid represent a row in the array.

  4. To view some of the contents of the OutGrpFld grid, click + (plus sign) to expand one of the nodes; then click the associated link.

    The interface shows the contents of the three columns of the array.

  5. Click Exit.