What is Web Services Atomic Transaction for WebSphere Application Server (WS-AT for WAS)?
The WS-AT for WAS is a technology preview that provides transactional support for Web service application requests that are compliant with JSR 109 and made using SOAP/HTTP. It allows distributed Web Service applications, and the resources they use, to take part in distributed global transactions. A transaction is a set of operations that must be executed as a single unit, often called a logical unit of work. A transaction is either completed in its entirety or not at all; it is indivisible or "atomic."
This technology preview is an implementation of the Web Services Atomic Transaction (WS-AT) and the Web Service Coordination (WS-COOR) specifications, published in September 2003, on the WebSphere Application Server. This technology preview contains a sample application that demonstrates its use.