You need add in each WebMethod that must support transactions the following:
[WebMethod(TransactionOption=TransactionOption.Required)]
> Hello!
>
[quoted text clipped - 8 lines]
>
> Best regards, Basil.
Basil - 18 Jan 2007 15:56 GMT
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.
> You need add in each WebMethod that must support transactions the
> following:
[quoted text clipped - 13 lines]
>>
>> Best regards, Basil.