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 ACCTWSWPFApp client
- In the
Solution Explorer, right-click the
ACCTWSWPFApp project, and then select
Debug > Start new instance from the context menu.
- In the
AccountNumber field, type
33333, then click
Submit.
The client returns account information for the 33333 account number.
- Click
Exit.
- From the Visual Studio main menu, click
Debug > Stop Debugging.
Run the ACCTWSClientApp client
- From the
Solution Explorer, right-click the
ACCTWSClientApp project, and then select
Debug > Start new instance from the context menu.
- In the
ACCTDemoWSClientApp console, press
Enter three times to progress to the
Operation field.
- Enter
1 to choose the
CICSScreenWSOperation operation.
- Enter
12345. The client returns an error message and exits.
- From the Visual Studio main menu, click
Debug > Stop Debugging.