WS-AT Service1.2
WS-AT Service
1.2
This feature enables support for Atomic Transaction for XML-Based Web Services 2.2.
Enabling this feature
To enable the WS-AT Service 1.2 feature, add the following element declaration into your server.xml
file, inside the featureManager
element:
<feature>wsAtomicTransaction-1.2</feature>
Developing a feature that depends on this feature
If you are developing a feature that depends on this feature, include the following item in the Subsystem-Content
header in your feature manifest file.
com.ibm.websphere.appserver.wsAtomicTransaction-1.2; type="osgi.subsystem.feature"