Testing Web services with the Universal Test Client

After you have created a Web service you can run the service in the Universal Test Client to test the Web service.
To test a Web service using the Universal Test Client:
  1. Launch the workspace's Web browser by clicking the Web browser icon:
    Web Browser icon
  2. Launch the Universal Test Client at a URL similar to the following: http://localhost:port/UTC/preload?object=BeanPackage.BeanServiceProxy.
  3. Under Objects, expand the proxy stub to display the methods of the Web service. Click the method you want to test, enter a value in the Parameters pane, and click Invoke. The result will be generated below.

Feedback