Error Handler – Issue with xmlDocument losing value because of Scope/Throw
We all hate to use Atomic Scopes in BizTalk orchestrations when not needed. I have a static C# Trace routine that normally takes passing an enum of System.Diagnostics.TraceLevel (for Error, Warning, Info, etc…). In the current project, our web services can return “soft errors” in a common field called “Result”. So I could have used […]