I have a client application which needs to communicate via SOAP calls with a second application on a web server. Some of the operations must be atomic, and most of the include web service calls.
I have read about Web Services Transactions (IBM), but could not locate implementations, road-maps, or other hands-on material on this topic.
Should i consider two-phase commit or other distributed protocols for transactions or are there other ways (methodologies) for achieving this?