Testing a RESTful Web Service

See Also 

Specifically for RESTful web services, the IDE provides test functionality.

To test RESTful web services:

  1. Right-click the web application project that contains the RESTful web services.
  2. Choose Test RESTful Web Services.

The server is started, if it is not running already, and the web services are shown in the IDE's default browser. In the browser, you will find buttons and drop-down lists for testing the methods exposed by the web services made available by the project.

See Also
About Web Services
Generating a RESTful Web Service from Scratch
Using the Preregistered RESTful Web Service Components
Generating RESTful Web Service Client Stubs

Legal Notices