Run the Clients

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

  1. From the Solution Explorer, right-click IMSScreenWSWinApp; then click Set as Startup Project.
  2. 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.

  3. When the client appears, resize it so you can see all of the controls on the UI.
  4. In the TableID field, type TESTERS; then click Submit.

    The client returns the data contained in the TESTERS table of your database.

  5. Click Exit to close the client.

Run the Console Client

  1. From the Solution Explorer, right-click IMSScreenWSClientApp; then click Set as Startup Project.
  2. 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.

  3. When the client appears, press Enter three times to progress to the Operation field.
  4. Enter 1 to choose IMSScreenWSOperation.
  5. In the TableID field, enter TESTDEPT.

    The client returns the data contained in the TESTDEPT table of your database.

  6. Press Enter to close the client.

This concludes Tutorial: IMS Screen Web Service.