Monday, July 13, 2009

Delivery Notification in BizTalk

Answer :

a) Turn the delivery Notification property of Send Port from None to transmitted.
b) Catch the DeliveryNotificationException using xlang and divert it to different folder as required.
Microsoft.XLANGs.BaseTypes.DeliveryFailureException

To achieve this use a scope and set it’s transaction as None. Add an exception handler and catch the above exception.

HTH

No comments:

Post a Comment