Can we implement transactions in one-way WCF service calls?
As we have already seen in the previous questions that WCF transactions are 2-phase commits. In other words for every commit you need to get a confirmation response, saying is the commit successful. In one-way WCF services we do not get any response back , so WCF transactions are not possible with 1 way WCF service calls.
Related Questions
- What additional documents and information will the Service request from the taxpayer when resolving transactions described in Notice 2003-54?
- The EDI X12 standards are quite complex. How do we decide what X12 transactions to implement and how ?
- How do I use transactions to implement atomic operations in RabbitMQ?