Generating JAX-WS deployment descriptors

By default, the deployment information for JAX-WS web services deployed to WebSphere® Application Server is generated at runtime by the server. However static deployment descriptors for the web service and client can be generated and modified.

Before you begin

To create a deployment descriptor you need a JAX-WS web service or client in your workspace.

Procedure

In the Services or Enterprise Explorer views of the Java™ EE perspective, right-click your web service or client and select Generate > Deployment Descriptor. This will generate a webservices.xml file in the WebContent/WEB-INF folder.

Feedback