samples

In this page you'll find some sample applications and libraries created by our consultants and that are shared with the community. All of them are shared with full source code included, and some are even proper Open Source projects published in community sites. Feel free to look through them, use them or modify them, but please be aware they are not supported.

  • Custom Propery Pages in R2 Adapter Configuration
    A sample by Tomas Restrepo on how to take advantage of new options in BizTalk Server 2006 R2 to create completely custom property pages for configuring custom adapters instead of the default, property-grid based UI. The code can be downloaded here. [link]
  • ContextAccessor Project
    Open source project, hosted at CodePlex, that allows easy access to context properties of a BizTalk Message from inside a map. Replaces the older GetContext functoid published by Carlos Medina. [link]
  • WCF, WF and BizTalk Demo
    Demo presented during the Windows Vista Launch event as part of the Architects track on Service Oriented Architectures. The sample covers features in Windows Communication Foundation, Windows Workflow Foundation and BizTalk Server 2006. The slides for the demo can be found here (spanish only). [link]
  • Extending the BizTalk Server 2006 Administration Console
    This example shows a way to send e-mails using the SMTP adapter in BizTalk Server 2006 with local file(s) as attachment(s) without adding these files to a multi-part message. This example uses dynamic ports to send the email. [link]
  • BizTalk Null Send Adapter
    Sample adapter for BizTalk 2004 and 2006 that you can use to send messages to nowhere. Very useful when you need to initialize correlation sets without actually sending a message or to avoid missing subscription errors. See here for more information. [link]
  • Fix Encoding Pipeline Component for BizTalk
    Custom pipeline component for BizTalk Server 2006 that can be used to deal with common encoding problems in incoming and outgoing messages. See here for more information. A BizTalk 2004 version can be found here. [link]
  • Symmetric Crypto Pipeline Components for BizTalk 2006
    Sample decoder/encoder custom pipeline components that allow you to do encryption and decryption using symmetric algorithms like 3DES. See here for more information. [link]