473,399 Members | 4,192 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

TransactionOption.Required and SOAP

Can someone confirm that TransactionOption.Required isn't supported for
webservices... I thought all webservices can only act as the root of a
transaction and not join an existing transaction, because of the stateless
nature of HTTP?

If that's true, then what is this article going on about:
http://www.codeguru.com/Csharp/Cshar....php/c7789__3/

Thanks,
John
Nov 16 '05 #1
3 2667
Hi John:

TransactionOption.Required is a valid option for a web service method.

The second half of your statement is correct, a web method has to be a
root. In this case, Required and RequiresNew will behave identically,
because when the runtime sees Transaction.Required it will create a
new transaction for the method.

That's the current behavior, as WS-Transaction and other WS-* specs
should will have an impact in the future.

--
Scott
http://www.OdeToCode.com/

On Mon, 11 Oct 2004 12:06:21 -0400, "John Wood"
<john.wood@priorganize_nospam__.com> wrote:
Can someone confirm that TransactionOption.Required isn't supported for
webservices... I thought all webservices can only act as the root of a
transaction and not join an existing transaction, because of the stateless
nature of HTTP?

If that's true, then what is this article going on about:
http://www.codeguru.com/Csharp/Cshar....php/c7789__3/

Thanks,
John


Nov 16 '05 #2
Thanks for your clarification.
Do you happen to know if Indigo supports distributed transactions between
SOAP calls?

"Scott Allen" <bitmask@[nospam].fred.net> wrote in message
news:n6********************************@4ax.com...
Hi John:

TransactionOption.Required is a valid option for a web service method.

The second half of your statement is correct, a web method has to be a
root. In this case, Required and RequiresNew will behave identically,
because when the runtime sees Transaction.Required it will create a
new transaction for the method.

That's the current behavior, as WS-Transaction and other WS-* specs
should will have an impact in the future.

--
Scott
http://www.OdeToCode.com/

On Mon, 11 Oct 2004 12:06:21 -0400, "John Wood"
<john.wood@priorganize_nospam__.com> wrote:
Can someone confirm that TransactionOption.Required isn't supported for
webservices... I thought all webservices can only act as the root of a
transaction and not join an existing transaction, because of the statelessnature of HTTP?

If that's true, then what is this article going on about:


http://www.codeguru.com/Csharp/Cshar...article.php/c7

789__3/

Thanks,
John

Nov 16 '05 #3
Yes, that's the current plan I've heard. Indigo will support the WS
security, transaction, reliable messaging, addressing, and policy
specifications when it arrives. The only questions is when.

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Mon, 11 Oct 2004 14:18:19 -0400, "John Wood"
<john.wood@priorganize_nospam__.com> wrote:
Thanks for your clarification.
Do you happen to know if Indigo supports distributed transactions between
SOAP calls?

"Scott Allen" <bitmask@[nospam].fred.net> wrote in message
news:n6********************************@4ax.com.. .
Hi John:

TransactionOption.Required is a valid option for a web service method.

The second half of your statement is correct, a web method has to be a
root. In this case, Required and RequiresNew will behave identically,
because when the runtime sees Transaction.Required it will create a
new transaction for the method.

That's the current behavior, as WS-Transaction and other WS-* specs
should will have an impact in the future.

--
Scott
http://www.OdeToCode.com/

On Mon, 11 Oct 2004 12:06:21 -0400, "John Wood"
<john.wood@priorganize_nospam__.com> wrote:
>Can someone confirm that TransactionOption.Required isn't supported for
>webservices... I thought all webservices can only act as the root of a
>transaction and not join an existing transaction, because of thestateless >nature of HTTP?
>
>If that's true, then what is this article going on about:


http://www.codeguru.com/Csharp/Cshar...article.php/c7

789__3/
>
>Thanks,
>John
>


Nov 16 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: bigbinc | last post by:
I have setup a soap machine on linux and similar configuration works properly. on a windows mahcine, I get these erros on the addressbook, samples, any ideas. I am pretty sure my classpaths are...
0
by: chris.stromberger | last post by:
New to SOAP. I am working on something that uses the paypal web services. All the examples have this as the first portion of the soap doc <?xml version="1.0" encoding="UTF-8"?>...
2
by: Artur | last post by:
Hi Newsgroup, im currently working on programming a asp.net application consuming an Webservice hosted on Apache/Axis. I have generated WSDL and Proxy classes from VisualStudio.net. But when...
0
by: Ezhil | last post by:
Hi All, we have an asp.net application which is consuming a third party java web service.In order to access the web service a login and password are required and they're passed as SOAP...
0
by: Mythran | last post by:
I have a few classes that have the TransactionAttribute applied to them with the default TransactionOption.Required as the transaction option. While developing on my network, behind my firewall, I...
0
by: Jigar.Patel | last post by:
I have simple remoting server exposing following simple method. When I try to add webreference to this server in another project, it gives me following error: Custom tool error: Unable to import...
2
by: ken | last post by:
We have a user that has reported the following error when starting up our client application that uses a web service on our back end: System.Configuration.ConfigurationException: Missing required...
1
by: Manikandan | last post by:
Hi, I'm new to web services using XML. I'm developing application using c#. Could anybody explain me the difference between . I'm unable to understand the difference between...
0
by: vigneshrao | last post by:
Hi, I have been working on a script that loops through multiple records and sends data (one record per call) to a WS. I am supposed to make a new call for each record before sending the data....
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.