BizTalk 2006 Videos
Recoverable Interchange Processing Video (7-20-2005)
- This 9:07 minute video covers one of the new features of Biztalk 2006, Recoverable Interchange Processing. This is the ability to fail a single message inside an interchange without failing the whole interchange. This works with both the Xml Disassembler and the Flat File Disassembler.
BizTalk 2006 Samples
Multiple Binding Files in an Application in BizTalk 2006 (9-13-2006)
- This sample shows how to use multiple binding files inside an Application to allow for one MSI to be used on multiple target environments. When you add multiple binding files as resources to your application, a drop list will appear when you import your MSI on your target environments.
Splitting Out POP3 Email Attachments in BizTalk 2006 (8-9-2006)
- This sample shows how to receive an email via the POP3 Adapter and break off unlimited attachments as separate messages. Each message will be saved to a folder location. Note that this sample is not fully functional; you need to set up the POP3 Receive Location yourself to an existing email address.
Building and Deploying BizTalk 2006 Solutions with MSBuild (8-7-2006)
- This sample shows how to use MSBuild (available with Visual Studio 2005) to build, deploy, and undeploy a BizTalk 2006 Solution. This sample does not use an MSI or a binding file and build, binds, and deploys all BizTalk and .Net code using MSBuild Tasks. This sample uses the custom tasks developed by Microsoft UK and available on GotDotNet.
Receiving SQL 2005 XML Data in BizTalk Server (7-17-2006)
Submitting Xml Documents to BizTalk 2006 via SOAP (3-14-2006)
Dynamic Transforms Inside an Orchestration (9-19-2005)
Suspended Message Routing and Error Reporting (8-3-2005)
Recoverable Interchange Processing Inside a Pipeline (7-20-2005)
Calling a Receive Pipeline Inside an Orchestration (6-16-2005)
- This sample shows how to use a Receive Pipeline inside an Orchestration in BizTalk Server 2006. A loop shape is used to enumerate over the resulting messages and send each single message. This is based on BizTalk Server 2006 CTP Build.
|