If you need to call two different WCF service and be sure that both are successful before committing, you’ll need to use transaction. This will require that both service’s operation contain the attribute TransactionFlow with the option to Allowed. Many other option could have been possible. NotAllowed is when you do not want to be […]
Continue Reading