Distributed Transaction in different web services

A

Avanish Pandey

Hello All

We have 3 differen services (in 3 different server) Service A,B,C . We
want to implement distributed transaction when call methods of B and C
from A. Is it possible? if yes then how?

I have read the doc regarding this:
http://www.developer.com/net/asp/article.php/3385631

but it will not work when methods are in different services on
different server.

Thanks in Advance
Avanish
 
D

Dan Rogers

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
--------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,044
Latest member
RonaldNen

Latest Threads

Top