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
    InDispFld 1234
    InStringFld Greetings!
  3. Click Submit.
    The service returns the following:
    OutIntFld 12346
    OutCompFld 13.590000000
    OutDecFld 124.950000000
    OutDispFld 1244
    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.