Quoting Dominik Heller <[EMAIL PROTECTED]>: > ok so once again it's me. Just for my information and a better understanding, > if I want to use a client to invoke a web service running on a web server > using atomic transactions, is it necessary for my Client ro run on a > webserver too? for my understanding this shouldn't be necessary because i > "just" have to create a coordinator and then send the context to the web > service I am invoking, right?
It depends on the Coordination service. WS-AT/BA defines a set of interfaces (port types) of which some are synchronous and some are asynchronous. If your client is not inside a container then you can only use synchronous port types. Kandula should be OK with both but I'm not sure what the default is-- have to look at the code... -- Dasarath > > thx Dominik > -- > Psssst! Schon vom neuen GMX MultiMessenger gehört? > Der kanns mit allen: http://www.gmx.net/de/go/multimessenger > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
