Hi Dominik,
invoking a web service from a non-Web Service when the coordinator returns the commited.
Sorry I have to tell you this: you simply cannot use plain WS-AtomicTransaction with non-WS applications.
The calls from/to the completion iniatiator are asynchronous, so the coordinator requires some message path back to the iniator - which is not possible with non-WS applications.
What someone could do is create a WS-wrapper that provides a synchronous call to commit or roll back the transaction or that enables the iniator to poll the transaction's outcome.
-hannes --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
