Running the web service enabled application

You can invoke the example application from a web browser.

Procedure

  1. Enter the following URL in your web browser: http://myserver:9080/ExampleAppClientWeb/, where myserver is the host name of the server on which the web service client is installed.
    The example application displays the following page:
    WELCOME page for the CICS Example Application
  2. Click the INQUIRE button.
    The example application displays the following page:

    INQUIRE page for the CICS Example Application

  3. Enter an item number, and click the SUBMIT button.
    Tip: The base application is primed with item numbers in the sequence 0010, 0020, ... through 0210.
    The application displays the following page, which contains a list of items in the catalog, starting with the item number that you entered.

    LIST ITEMS page for the CICS Example Application

  4. Select the item that you want to order.
    1. Click the radio button in the Select column for the item you want to order.
    2. Click the SUBMIT button.
    The application displays the following page:
    ORDER DETAILS page for the CICS Example Application
  5. To place an order, enter the following information.
    1. Complete the Quantity field.
      Specify the number of items you want to order.
    2. Complete the User Name field.
      Enter a 1- to 8-character string. The base application does not check the value that is entered here.
    3. Complete the Department Name field.
      Enter a 1- to 8-character string. The base application does not check the value that is entered here.
    4. Click the SUBMIT button.
    The application displays the following page to confirm that the order has been placed:
    ORDER CONFIRMATION page for the CICS Example Application