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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.