Martijn's blog - E-Commerce, EAI, BizTalk and .NET

2005/11/24

Programmatically creating BizTalk Server Orchestrations

After some digging, I found a way to programmatically create BizTalk Server Orchestrations through the use of Microsoft.BizTalk.IMS.

I've created a sample generator for your enjoyment here. It's a simple Console application which create an Orchestration receiving a message and executing a Policy using the CallRules shape inside an Atomic Scope.

I personally think this MetaModel opens possibilities for tools like best practices implementors, template processing, etc. Let me know what you think!

Note: the model works in 2006 beta 2 as well.