About Deploying and Testing Web Services
See Also
When you deploy a web service, you run it and make
it available for consumption by web service clients. In the
IDE, you deploy a web service by right-clicking its project
and choosing Run.
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:
- GlassFish Application Server. The Sun Java
System Application Server comes with its own Tester
application, which you can access from the IDE.
- 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.
For details on the above, see Testing a JAX-WS Web Service.
- See Also
- About Web Services
- Deploying a Web Service
- Testing a JAX-WS Web Service
- Viewing the Published WSDL File
Legal Notices