Deploying a Web Service

See Also 

Unless the module (EJB module or web application module) in which the web service is implemented is designed to be deployed as a stand-alone module, you should always deploy it by deploying the enterprise application that contains it. If you run the Run or Deploy commands on an individual module that is part of an enterprise application, the IDE only deploys that module itself. Any changes you have made in the other modules in the project are not propagated to the server.

To expose a web service from within an enterprise application project:

  1. In the Projects window, add the web application module or add the EJB module to the enterprise application.
  2. Right-click the enterprise application project and choose one of the following:

To expose a web service from within a module project:

See Also
About Web Services
About Deploying and Testing Web Services
Testing a JAX-WS Web Service
Viewing the Published WSDL File

Legal Notices