Rational Developer for System z

The Web service enabled application

You can invoke the example application from a Web browser.

Procedure

  1. Enter the following 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 page shown in Figure 1.
    Figure 1. Welcome Page for the CICS® Example ApplicationWELCOME page for the CICS Example Application
  2. Click the INQUIRE button. The example application displays the page shown in Figure 2.
    Figure 2. Inquire Page for the CICS Example ApplicationINQUIRE 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 example application displays the page shown in Figure 3, which contains a list of items in the catalog, starting with the item number that you entered.
    Figure 3. List Items Page for the CICS Example ApplicationLIST 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 example application displays the page shown in Figure 4:
    Figure 4. Order Details Page for the CICS Example ApplicationORDER 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 example application displays the page shown in Figure 5 to confirm that the order has been placed:
    Figure 5. Order Confirmation Page for the CICS Example ApplicationORDER CONFIRMATION page for the CICS Example Application

Feedback