Hi,

 

Our requirement is as follow.

 

Assume, Webservice_one needs to insert data into  "table1" of oracle db & 
webservice_two needs to insert data into "table2" of oracle db.

Now, we need to call webservice_one & webservice_two from another webservice 
"webservice_master". 

 

The webservices called inside "webservice_master" are should be in one 
transaction. Ie based on result of insertion of table2 of webservice_two, 
"webservice_master" may commit or rollback the insertion done by werservice_one.

 

Basic Questions 4m our end:

1)      Do we require any third party Transaction Managers (like jboss TM, 
arjuna Transaction manager, atomikos  ) for this kind of scenarios?

2)      What is the best way to crack this kind of scenario(s)?

 

Kindly help us.

 

Thanks & Regards,

vishy

Reply via email to