BizTalk: How to set useAmbientTransaction. "Distributed transaction completed. Either enlist this session in a new transaction or the NULL transaction." 17. March 2016 ToanLam@phidiax.com BizTalk / Enterprise Service Bus, Phidiax Technology (0) Don't set useAmbientTransaction to FALSE. May cause ancillary issues. May arise from BizTalk implementation using WCF-Custom adapter to call a transactional SQL procedure. Error: Distributed transaction completed. Either enlist this session in a new transaction or the NULL transaction. [More]
How to configure Windows Authentication for a WCF Service with Client Credential passed through to BizTalk over SSL 8. November 2015 JasonSauers@phidiax.com BizTalk / Enterprise Service Bus, Phidiax Technology, .Net, WCF / Services / AppFabric / IIS (0) Configure a WCF web service to supply the client Windows Authenticated credentials through to BizTalk for further processing over SSL, and exposed to the public domain. basicHTTPbinding, BizTalk 2013 R2, .Net 4.0, WCF, SoapUI [More]