Run the ACCTWSWinApp and ACCTWSClientApp Clients

Walks you through the process of using the Visual Studio debugger to run each generated client application and interact with the ACCTWS Web service running on the enterprise server region.

Run the ACCTWSWinApp client

  1. In the Solution Explorer, right-click the ACCTWSWinApp project, and then select Debug > Start new instance from the context menu.
  2. In the AccountNumber field, type 33333, then click Submit.

    The client returns account information for the 33333 account number.

  3. Click Exit.
  4. From the Visual Studio main menu, click Debug > Stop Debugging.

Run the ACCTWSClientApp client

  1. From the Solution Explorer, right-click the ACCTWSClientApp project, and then select Debug > Start new instance from the context menu.
  2. In the ACCTDemoWSClientApp console, press Enter three times to progress to the Operation field.
  3. Enter 1 to choose the CICSScreenWSOperation operation.
  4. Enter 12345. The client returns an error message and exits.
  5. From the Visual Studio main menu, click Debug > Stop Debugging.