Network Deployment (Distributed operating systems), v8.0 > Develop and deploying applications > Develop web services - Addressing (WS-Addressing) > Enable Web Services Addressing support for JAX-WS applications > Enable Web Services Addressing support for JAX-WS applications using policy sets > Configure a service provider to share its policy configuration


Configure a service provider to share its policy configuration using wsadmin.sh

A WAS service provider can share its policy configuration in published Web Services Description Language (WSDL), or WSDL that is obtained by using an HTTP GET request or the Web Services Metadata Exchange (WS-MetadataExchange) GetMetadata request. You have developed a web services service provider that contains all the necessary artifacts and deployed your web services application into the application server instance. You have attached the policy sets and managed the associated bindings.

For a list of WS-Policy assertion specifications and WS-Policy domains that are supported, see the topic about learning about WS-Policy.

We can make the policy configuration of a JAX-WS service endpoint available to share in the following ways:

If the service provider application uses multipart WSDL, all the WSDL must be local to the web service application. For more information about multipart WSDL, see the topic about WSDL.

Configure a service provider to share its policy configuration because by default the policy configuration is not available in its WSDL. We can configure the service provider to include the policy configuration in its WSDL, to use WS-MetadataExchange so that the policy configuration is available, or both. This topic describes how to configure a service provider to share its policy configuration by using wsadmin. We can also use the administrative console or Rational Application Developer tools.

We can configure a service provider to share its policy configuration at application or service level. The policy configuration that is represented by the policy sets attached to any lower levels will also be shared. Policy sets that are attached at lower levels override the policy set configuration attached at a higher level.


Procedure

  1. Start the wsadmin scripting client if it is not already running.

  2. Use the SetProviderPolicySharingInfo command. For example:
    AdminTask.setProviderPolicySharingInfo('[-applicationName WebServiceProviderApplication
    -resource WebService:/WebServiceProvider.war:{http://example_path/}Service1
    -sharePolicyMethods [//publib.boulder.ibm.com/infocenter/wasinfo/v8r0/index.jsp?topic=/  Get ]]')
    

  3. Save your changes to the master configuration.

    To save the configuration changes, run:

    AdminConfig.save()
    


Results

The policy configuration of the service provider is available to its clients. The WSDL of the service provider contains the current policy configuration in WS-PolicyAttachments format so that it is available to other clients, service registries, or services that support the Web Services Policy (WS-Policy) specification.

If the policy configuration cannot be shared, an error that describes the problem is written to the service provider error log, and the following policy is attached to the WSDL of the service provider:

<wsp:Policy>
<wsp:ExactlyOne>
</wsp:ExactlyOne>
</wsp:Policy> 
This policy notifies the client that there is no acceptable policy configuration for the service. Other aspects of the WSDL are unaffected.

A service provider might not be able to share its policy configuration because the configuration cannot be expressed in the standard WS-PolicyAttachments format. One reason might be because multiple incompatible policies are defined for a particular attach point. Another reason might be because there is not enough binding information to generate the standard policy. Policy configuration might include bootstrap policy, for example, the policy to access a WS-Trust service, so the bootstrap policy must also be expressed in WS-PolicyAttachments format.


What to do next

Optionally, you can publish the WSDL files.
Web service providers and policy configuration sharing
WS-Policy
WS-MetadataExchange requests
WSDL
Use WS-Policy to exchange policies in a standard format
Configure security for a WS-MetadataExchange request
Deploy web services applications onto application servers
Configure the client.policy to use a service provider policy using wsadmin.sh
Publish WSDL files using wsadmin.sh
View WSDL documents for service providers
Start the wsadmin scripting client using wsadmin.sh
Configure a service provider to share its policy configuration


Related


WS-Policy commands
setProviderPolicySharingInfo command

+

Search Tips   |   Advanced Search