Re: Web services and transactions



found this article:
http://www.codeproject.com/soap/TransactionASPNET.asp
that states:
---
XML Web service methods can only participate in a transaction as the root of
a new transaction. XML Web service methods that call other XML Web service
methods participate in different transactions, as transactions do not flow
across XML Web service methods.
---

I guess I'm out of luck.


.