All Tags »
WCF distributed transactions
Sorry, but there are no more tags available to filter with.
-
I have a WCF service that needs to participate in a distributed transaction involving 3 separate systems, also using WCF Services across both MS Sql Server and Oracle . Other than marking up my service interface with ''RequiresTransaction'' etc., is there any other considerations from an ES point of view that I need to be concerned ...