+

Search Tips   |   Advanced Search

View Web services deployment descriptors in the admin console


We can view the Web services client and server deployment descriptors for a deployed Web services application. We can view the bindings in the deployment descriptors.

Before we can view the deployment descriptors, we need to complete all tasks required to implement a JAX-RPC Web service, create the deployment descriptor templates that were generated by the WSDL2Java command-line tool, configure the deployment descriptors and bindings, and deploy the Web service application into WAS. Review the implementing Web services application documentation for more information on developing and implementing Web services.

Deployment descriptors contain the information that is needed by a Web services client to communicate with the server for which the Web services is installed. This information is added to the deployment descriptor templates after a Web service is developed or an existing Web service is located. The data that we can view in the deployment descriptor includes the following:

After we have developed a Web service that contains all the necessary artifacts, created the deployment descriptors from the deployment descriptor templates, configured the deployment descriptors, and deployed the Web services application into WAS; now we can view the deployment descriptors and bindings in the admin console.

Similar to JAX-RPC Web services, we can use deployment descriptors to describe JAX-WS Web services. For JAX-WS Web services, the use of the webservices.xml deployment descriptor is optional because we can use annotations to specify all of the information contained within the deployment descriptor file. Use the deployment descriptor file to augment or override existing JAX-WS annotations. Any information that you define in the webservices.xml deployment descriptor overrides any corresponding information specified by annotations.

 

  1. Open the admin console.

  2. Click Applications > Application Types > WebSphere enterprise apps > application_name > Manage Modules.

    • Click View Web services client deployment descriptor extension.

    • Click View Web services server deployment descriptor.

    • Click View Web services server deployment descriptor extension.

  3. Click Expand All to view the deployment descriptor contents.

  4. Verify deployment descriptor and bindings configurations.

 

Next steps

we have viewed and verified the deployment descriptors and bindings for the Web services application.

 

Related tasks


Develop a webservices.xml deployment descriptor for JAX-WS applications
Set the webservices.xml deployment descriptor for JAX-RPC Web services
Set the ibm-webservices-bnd.xmi deployment descriptor for JAX-RPC Web services
Set the webservices.xml deployment descriptor for handler classes
Set the JAX-RPC Web services client deployment descriptor with an assembly tool
Set the JAX-RPC client deployment descriptor for handler classes
Task overview: Implement Web services applications