Testing a JAX-WS Web Service
See Also
For JAX-WS web services,
depending on the container to which you deploy
the web service, the IDE may provide you with functionality
for testing the web service:
- Sun Java System Application Server. The Sun Java
System Application Server comes with its own Tester
application. When you right-click a web service node
in the Projects window and choose Test Web Service,
the IDE's default browser opens at this location:
context_path/web_service_nameService?Tester
The form that opens lets you test your web service
implementation.
- Tomcat Web Server. When you test a web service
deployed to the Tomcat Web Server, the browser opens and
a web page is displayed, informing you that deployment
has succeeded. To access this web page,
right-click a web service node
in the Projects window and choose Test Web Service. The IDE
accesses this URL:
context_path/web_service_name?Tester
- See Also
- About Web Services
- About Deploying and Testing Web Services
- Deploying a Web Service
- Viewing the Published WSDL File
Legal Notices