I need to make call to a WCF service in a Transaction scope. I have never tried transactions in WCF serivce.
Does anyone have experience in similar requirement?
|
|
I need to make call to a WCF service in a Transaction scope. I have never tried transactions in WCF serivce. Does anyone have experience in similar requirement?
|
||
|
|
|
|
Sure. The most important thing to keep in mind it that not all bindings support flowing transactions. The basicHttpBinding doesn't while the wsHttpbinding and the netTcpBindings do. Other than that I suggest a little more concrete questions. |
||||
|