Thanks,
How can i implement external coordinaters.How can i make both Applications
to listen to that external coordinator?
Type: Posts; User: sbhatt; Keyword(s):
Thanks,
How can i implement external coordinaters.How can i make both Applications
to listen to that external coordinator?
Wot abt the case where ,if exception is raised in AP1 ,The transactions in AP1
along with AP2 has to be rolled back
AP1 ----> DB1
AP2 ----> DB2
Application 1(AP1) updates DB1,Application 2(AP2) updates DB2.
I send a web service call from AP1 to A2 to update DB2.AP1,AP2 may reside on
same server or...
Hi all,
I have a service method which is transactional.I have two calls
1.a call to update a local Mysql db.
2.Call a web service to update another database
My requirement is to make both of...