Administering deployed Web services applications
This topic introduces you to administering deployed Web services applications. Before you can administer a Web service application, deploy your Web service application. See Deploying Web services applications onto appservers.
Procedure
- View the deployment descriptors. View the Web services client and server deployment descriptors for a deployed Web services application. You can view the bindings in the deployment descriptors.
- Configure the scope of a web service port. When a Web service application is deployed into WAS, an instance is created for each application or module. The instance contains deployment information for the Web module or enterprise bean module, including implementation scope and client bindings information. There are three levels of scope that you can set: application, session and request.
View Web services deployment descriptors in the console
Configure the scope of a Web service port