CXF Gurus, and Users,

How are developers implementing SOAP web services that are
transactional. For instance, if I have a bank web service that does:
api call: debit savings $10
api call: credit checkings $10

I need to be able to begin a transaction before the api calls, and
commit it after. If either one of the apis fails, I need to be able to
rollback.

I understand there are standards such WS-AtomicTransaction,
WS-Coordination and such. But how are people implementing these kinds
of functions in the absence of those standards being implemented in
CXF?

Obviously, one way would be to re-write the above api calls as one api call:
api call: transfter savings checkings $10

But that is not always an option depending on the API.

tia,
rouble

Reply via email to