Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / November 2004

Tip: Looking for answers? Try searching our database.

Distributed Transaction in different web services

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Avanish Pandey - 05 Nov 2004 10:59 GMT
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
Martin Kulov - 10 Nov 2004 08:21 GMT
Hi Avanish,

it is better to use COM+ if you deal with distributed transactions.

Regards,
Martin Kulov
www.codeattest.com
Dan Rogers - 11 Nov 2004 23:26 GMT
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

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.