Transaction control in webservice

S

Shayer

Hello All,

Can anybody pls tell me how to implement transaction control in webservice

If i use the method
TransactionOption := TransactionOption.RequiresNew

is it enough to make transaction enable web service

Can anyone tell me in detail or provide me some document .

And what i have to build in the client side



Thanks

Huda
 
D

Dino Chiesa [Microsoft]

Web services are not transactional today.
WS-Transaction is not yet final.

You can use transactions "behind" the web service, but a single ACID
transaction cannot span applications linked by web services, today. In
other words it is not possible for a client to begin a transaction, do some
work, invoke a remote web service (thus spreading the transaction to the
remote app), and have the remote app do work on behalf of the same
distributed transaction.

Soon.

But not now.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,994
Messages
2,570,223
Members
46,813
Latest member
lawrwtwinkle111

Latest Threads

Top