-
Jul 5th, 2012, 04:39 AM
#1
Multiple Web Services, Multiple Data Sources, Single Transaction?
Hi,
I am invoking 2 web services from a client application.
Web Service 1 uses a data source 1 & Web Service 2 uses Data source 2.
I first perform a select + delete operation on Data Source 1 via Web service 1
then i insert the data to Data Source 2 via Web service 2.
Is there any way I can transactional'ize this, so that if anything goes wrong in Insert of Web Service 2, the Delete of Web Service 1 gets rolled back?
Regards,
Pravin
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules