The Artima Developer Community
Sponsored Link

Web Services Forum
transactional web service problem

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
osama shaath

Posts: 1
Nickname: oshaath
Registered: Oct, 2003

transactional web service problem Posted: Oct 7, 2003 12:35 AM
Reply to this message Reply
Advertisement
How can a .NET Enterprise Services (COM+) transactions
propagate over XML Web services?

The problem is:

I have a client application that calls a Web Method in a web service A. The latter web method calls anoher two web methods in the web services B and C consecutively. All the web methods (A,B, and C) are headered by the attribute TransactionOption parameter set to TansactionOption.Required.

A calls B and executes without errors.
A then calls C and an exception is thrown from C.
A and C will rollback while B will not!!

Is there any solution for this situation?

Thanks in advance

Topic: Problem related to RMI and EJB Previous Topic   Next Topic Topic: Axis Deserialization or Serialization

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use