Our application running on WebLogic accesses two databases via XADatasource. Now, we need to make calls to a web service in another box (different os, server) that supports (ws-tx/wsat)
If we make a call (or two) to the web service within a given JTA (jdbc) transaction would the web serivce calls automatically enrol this transaction??? (and... will therefore get rolled back if the transaction ifails lets say when commiting to the database???)
Regards, Pablo.