Takes you through the steps required to run the Windows Forms and the Console client that access the IMSScreenWS Web service
running on the IMSDEMO
enterprise server region.
Run the Windows Forms client
- From the
Solution Explorer, right-click
IMSScreenWSWinApp; then click
Set as Startup Project.
- From the
Enterprise Developer main menu, click
Debug >
Start Without Debugging.
Enterprise Developer automatically checks the build status of the project and builds or rebuilds it as necessary before starting the client.
- When the client appears, resize it so you can see all of the controls on the UI.
- In the
TableID field, type
TESTERS; then click
Submit.
The client returns the data contained in the TESTERS table of your database.
- Click
Exit to close the client.
Run the Console Client
- From the
Solution Explorer, right-click
IMSScreenWSClientApp; then click
Set as Startup Project.
- From the
Enterprise Developer main menu, click
Debug >
Start Without Debugging.
Enterprise Developer automatically checks the build status of the project and builds or rebuilds it as necessary before starting the client.
- When the client appears, press
Enter three times to progress to the
Operation field.
- Enter
1 to choose
IMSScreenWSOperation.
- In the
TableID field, enter
TESTDEPT.
The client returns the data contained in the TESTDEPT table of your database.
- Press
Enter to close the client.
This concludes
Tutorial: IMS Screen Web Service.