Hi Avanish,
it is better to use COM+ if you deal with distributed transactions.
Regards,
Martin Kulov
www.codeattest.com
Hi Avanish,
At present (.NET 1.0, 1.1), there is no automatic transaction support
across web service calls. If the services are on the same server, you may
want to think about putting the work in Com+ methods, and having your
individual services call the Com+ methods to do their work. This way, any
web service, with enterpriseServices enabled (the transactionOption=True
parameter), can call a Com+ or database query that is DTC enabled, and have
distributed transactions work. At present there is no direct support for
distributed transactions crossing web service boundaries. That is a
feature that is a commit in the Indigo timeframe.
Best regards,
Dan Rogers (danro)
Microsoft Corporation
--------------------
>From: Avanish Pandey <avanishp@hotmail.com>
>X-Newsreader: AspNNTP 1.50 (ActionJackson.com)
[quoted text clipped - 8 lines]
>Lines: 1
>Path:
cpmsftngxa10.phx.gbl!TK2MSFTNGXA06.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08
.phx.gbl!TK2MSFTNGP12.phx.gbl
>Xref: cpmsftngxa10.phx.gbl
microsoft.public.dotnet.framework.aspnet.webservices:26390
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webservices
>
[quoted text clipped - 12 lines]
>Thanks in Advance
>Avanish