Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > Distributed transactions in Webservices.

Reply
Thread Tools

Distributed transactions in Webservices.

 
 
Basil
Guest
Posts: n/a
 
      01-17-2007
Hello!

Could you help me?

How can I implement distributed transactions in Webservices, if I have
Framework 1.1, WSE 2.0?

Could you give me a few samples?

Thanks.

Best regards, Basil.


 
Reply With Quote
 
 
 
 
Mariano Omar Rodriguez
Guest
Posts: n/a
 
      01-17-2007
You need add in each WebMethod that must support transactions the following:

[WebMethod(TransactionOption=TransactionOption.Requ ired)]

"Basil" <> wrote in message
news:...
> Hello!
>
> Could you help me?
>
> How can I implement distributed transactions in Webservices, if I have
> Framework 1.1, WSE 2.0?
>
> Could you give me a few samples?
>
> Thanks.
>
> Best regards, Basil.
>


 
Reply With Quote
 
 
 
 
Basil
Guest
Posts: n/a
 
      01-18-2007
Hello, Mariano!

It is not enough. I think that WebServices use special technologies to
support distributed transaction like WS-AtomicTransaction.
Ex.: I have 2 WebServices. 1st WebService method calls 2nd webservice
method.
I need in case of error roll back changes which were made 1st and 2nd
webservice methods.

Could you give me an example of using WS-AtomicTransaction. I use .NET
Framework 1.1 and WSE 2.0.

Thanks.

Best regards, Basil.

"Mariano Omar Rodriguez" <> wrote in message
news:11C51242-DD20-4582-8140-...
> You need add in each WebMethod that must support transactions the
> following:
>
> [WebMethod(TransactionOption=TransactionOption.Requ ired)]
>
> "Basil" <> wrote in message
> news:...
>> Hello!
>>
>> Could you help me?
>>
>> How can I implement distributed transactions in Webservices, if I have
>> Framework 1.1, WSE 2.0?
>>
>> Could you give me a few samples?
>>
>> Thanks.
>>
>> Best regards, Basil.
>>

>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
what is the best java framework for distributed transactions? gavino Java 0 07-19-2006 01:20 AM
Distributed transactions using JTA and JTS Distrans Java 0 01-13-2005 06:19 PM
The server is not configured for transactions Albert Zulu MCSE 1 10-12-2004 02:58 PM
the server is not configured for transactions ahmed youssef MCSE 1 05-07-2004 01:33 PM
log parsing: gaps between transactions Arthur Dent Perl 1 12-03-2003 12:20 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57