Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Web Service: Configuration: Port Components: Atomic Transaction

Configuration Options     Related Tasks     Related Topics

WebLogic Web services enable atomic transactions and interoperability with other external transaction processing systems through the support of the following specifications: WS-AtomicTransactions Versions 1.0, 1.1, and 1.2 and WS-Coordination Versions 1.0, 1.1, and 1.2. Use this page to customize Web service atomic transactions configuration on the Web service port or operation.

NOTE: This page applies to JAX-WS Web services only.

Configuration Options

Name Description
Customize Atomic Transaction Configuration

Flag that specifies whether Web services atomic transactions are enabled and configured for this endpoint (port ) or operation in the Web service descriptor or deployment plan. If not enabled for an operation, then the associated Web service endpoint atomic transaction configuration is used.

If this option is enabled, then this page displays properties that you set to customize the Web services atomic transaction configuration for the Web service endpoint or operation. Initially, this page does not display the Web service atomic transaction configuration properties. You must enable this option and click Save before you can view and customize the configuration properties.

Enabled

A boolean flag that specifies whether WS-AT is enabled. Defaults to true.

Changes take effect after you redeploy the module or restart the server.

Flow Type

Transaction flow type supported. Valid values include: MANDATORY, SUPPORTS, or NEVER. Defaults to SUPPORTS.

Changes take effect after you redeploy the module or restart the server.

Version

Version of WS-AT that is supported. Valid values include: WSAT10, WSAT11, WSAT12, or DEFAULT. Defaults to DEFAULT, which specifies WSAT1.0 support on the client side, and WSAT10, WSAT11, and WSAT12 support on the server side.

Changes take effect after you redeploy the module or restart the server.

Related Tasks

Related Topics


Back to Top