Integrating .NET and BizTalk Server Orchestration Schedules

To illustrate how simple it is to execute a .NET managed object from a BizTalk Orchestration schedule, we are going to create a simple application that debits one bank account and credits a second. To guarantee the integrity of the application's data, we are going to add transactional support to both the BizTalk Orchestration schedule and the managed methods that update the Bank databases. The methods that require read-only access to a database will be marked as non-transactional. To execute the transfer transaction that is going to call the managed objects, we are going to construct a BizTalk Orchestration schedule that will serve as the bank transaction processing application. A completed ...

Get BizTalk™ Unleashed 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.