Configuring a JAX-WS web service for WS-Transaction context
You can configure the way that a Java™ API for XML Web Services (JAX-WS) service handles Web Services Atomic Transaction (WS-AT) or Web Services Business Activity (WS-BA) context by configuring the Web Services Transaction (WS-Transaction) policy type. You can specify that the web service must receive context, can receive context if it is available, or must not receive context.
Before you begin
A JAX-WS client must be installed.
About this task
To configure a JAX-WS service for WS-Transaction context by using the administrative console, complete the following steps.
Procedure
- Create a new policy set, or copy and rename an existing policy set. You can copy an existing user-defined policy set, or one of the WS-Transaction default policy sets (WSTransaction or SSL WSTransaction). See Creating policy sets using the administrative console.
- Check that your policy set includes the WS-Transaction policy type. If necessary, add the WS-Transaction policy type. See Adding policies to policy sets using the administrative console.
- Configure the WS-Transaction policy.
- Associate the policy set with the JAX-WS web service, endpoint, or operation for which the specified behavior is required. See Managing policy sets and bindings for service providers.
- Save your changes to the master configuration.