Network Deployment (Distributed operating systems), v8.0 > Administer applications and their environment > Administer web services (generally applicable)
Administer deployed web services applications
We can administer deployed web services applications . Before you can administer a web service application, deploy your web service application. We can use the administrative console to administer JAX-WS service provider or service client applications or JAX-RPC web services.
Procedure
- Administer service providers. We can administer your service providers using the following ways:
- View service providers at the cell level . We can view the details of your service provider, manage the policy sets for the service, its endpoints and operations, and assign bindings for the policy set attachment at the cell level.
- View service providers at the application level . We can view the details of your service provider, manage the policy sets for the service, its endpoints and operations, and assign bindings for the policy set attachment at the application level.
- Manage policy sets and bindings for service providers. We can view the details of your service provider, manage the policy sets for the service, its endpoints and operations, and assign bindings for the policy set attachment.
- Manage policy sets and bindings for service providers at the application level . We can manage policy sets for the provider, its endpoints, and operations, and assign bindings for the policy set attachment at the application level.
- View WSDL document . We can view the WSDL document for your JAX-WS application.
- Administer service clients. We can administer your service clients using the following ways:
- View service clients at the cell level . Your application server instance can have one or more applications deployed on it that contain service clients. We can view a list of your service clients at the cell level .
- View service clients at the application level . Your application server instance can have one or more applications deployed on it that contains service clients. We can view the service client names that are referenced in an application.
- Manage policy sets and bindings for service clients. We can view details of your service client reference, manage the policy sets for the service, its endpoints and operations, and assign bindings for the policy set attachment.
- Manage policy sets and bindings for service clients at the application level. We can manage policy sets for your service client applications or its service references, endpoints, or operations and assign bindings for the policy set attachment at the application level.
- View the deployment descriptors.. View the web services server and client deployment descriptors for a deployed web services application. We can view the bindings in the deployment descriptors. The deployment descriptors are required for JAX-RPC web services. We can optionally use the webservices.xml deployment descriptor to augment or override application metadata specified in annotations within your JAX-WS web services.
- Configure the scope of a web service port..(JAX-RPC applications only) 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.
- Suppress the compensation service Not all web servers are configured to handle SOAP messages containing CoordinationContext elements. WAS allows you to configure a custom property for the compensation service which processes a predefined list of Enterprise Java Beans for which no CoordinationContext should be sent on web service requests.
Related
Overview of service and endpoint listeners
Administration of service and endpoint listeners
View service providers at the cell level
View service providers at the application level
View the detail of a service provider and managing policy sets
Manage policy sets and bindings for service providers at the application level
View WSDL documents for service providers
View service clients at the cell level
View service clients at the application level
View detail of a service client and managing policy sets
Manage policy sets and bindings for service clients at the application level
View web services deployment descriptors in the administrative console
Configure the scope of a JAX-RPC web services port
Suppressing the compensation service
Deploy web services applications onto application servers