Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Exception Handling in BizTalk 2006 Orchestration? › Re: Exception Handling in BizTalk 2006 Orchestration?
November 25, 2006 at 10:21 AM
#16527
I’ve always just used exception handling inside scope shapes.
Although for SQL, WS, probably Oracle Adapters the error messages are not very good. In some cases, I’ll just make the call inside a .net component called from an Orchestration. That way I have better control over the errors – but I lose all the benefits of the adapter framework.