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 with? Anyone done this yet?
Ah, just saw the reference to setting the connection using "DataProviderEnterprise".