Implementing error handling in an orchestration

With developing an orchestration, you will have to bear in mind that errors can occur. Within an orchestration, you can implement error handling through usage of the Scope shape. The Scope shape allows you to use transactions and for exception handlers similar to try/catch block in .NET. The exception handlers allow you to specify different kinds of exceptions. You can resolve errors within the orchestration like with the try/catch mechanism. There are situations when errors can occur in an orchestration when messages cannot be sent or transformation goes wrong. With the exception handler shape, you act upon the error and write some custom code for logging purposes such as writing to the Microsoft ...

Get BizTalk Server 2010 Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.