In page code behind, I am calling 2 different web services, both are doing different transactions. I want to implement a transaction to handle both the webservices. If any webservice throws an exception, both webservice transactions should be roll back.
How to do this? plese help me.
Thanks,
Raj.