<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.biztalkgurus.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>BizTalk Server 2006 Downloads</title><link>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/m/biztalk_2006_samples/default.aspx</link><description>This is samples, videos, and tools related to BizTalk Server 2006.&amp;nbsp; Most items here apply to all version of BizTalk beyond 2006.</description><dc:language>en-US</dc:language><generator>Telligent Community 5.6.582.12783 (Build: 5.6.582.12783)</generator><item><title>Multiple Binding Files in an Application</title><link>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/m/biztalk_2006_samples/15563.aspx</link><pubDate>Wed, 13 Sep 2006 05:00:00 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:15563</guid><dc:creator>Stephen W. Thomas</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;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. &lt;/p&gt;
&lt;p&gt;This sample works with BizTalk 2006 and BizTalk 2006 R2.&lt;/p&gt;
&lt;p&gt;Get more information from the original blog post on this topic: &lt;a href="http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalk/archive/2006/09/12/how-to-add-multiple-binding-files-to-an-application-in-biztalk-2006.aspx"&gt;http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalk/archive/2006/09/12/how-to-add-multiple-binding-files-to-an-application-in-biztalk-2006.aspx&lt;/a&gt;&lt;/p&gt;</description><enclosure url="http://www.biztalkgurus.com/biztalk_server/biztalk_2006/m/biztalk_2006_samples/15563/download.aspx" length="416346" type="application/zip" /></item><item><title>Splitting Out POP3 Email Attachments</title><link>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/m/biztalk_2006_samples/15562.aspx</link><pubDate>Wed, 09 Aug 2006 05:00:00 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:15562</guid><dc:creator>Stephen W. Thomas</dc:creator><slash:comments>5</slash:comments><description>&lt;p&gt;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. &lt;/p&gt;
&lt;p&gt;This sample will work with BizTalk 2006 and BizTalk 2006 R2.&lt;/p&gt;
&lt;p&gt;Get more information from the original blog post on this topic: &lt;a href="http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalk/archive/2006/08/08/how-to-split-received-email-attachments-in-biztalk-2006.aspx"&gt;http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalk/archive/2006/08/08/how-to-split-received-email-attachments-in-biztalk-2006.aspx&lt;/a&gt;&lt;/p&gt;</description><enclosure url="http://www.biztalkgurus.com/biztalk_server/biztalk_2006/m/biztalk_2006_samples/15562/download.aspx" length="218063" type="application/zip" /></item><item><title>Building and Deploying BizTalk Solutions with MSBuild</title><link>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/m/biztalk_2006_samples/15558.aspx</link><pubDate>Mon, 07 Aug 2006 05:00:00 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:15558</guid><dc:creator>Stephen W. Thomas</dc:creator><slash:comments>4</slash:comments><description>&lt;p&gt;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. &lt;/p&gt;
&lt;p&gt;This sample will work with BizTalk 2006 and BizTalk 2006 R2.&lt;/p&gt;
&lt;p&gt;Get more information from the original blog post on this topic: &lt;a href="http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalk/archive/2006/08/07/how-to-build-and-deploy-biztalk-solutions-using-msbuild.aspx"&gt;http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalk/archive/2006/08/07/how-to-build-and-deploy-biztalk-solutions-using-msbuild.aspx&lt;/a&gt;&lt;/p&gt;</description><enclosure url="http://www.biztalkgurus.com/biztalk_server/biztalk_2006/m/biztalk_2006_samples/15558/download.aspx" length="2771966" type="application/octet-stream" /></item><item><title>Working with SQL 2005 XML Data Types in BizTalk Server</title><link>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/m/biztalk_2006_samples/15559.aspx</link><pubDate>Mon, 17 Jul 2006 05:00:00 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:15559</guid><dc:creator>Stephen W. Thomas</dc:creator><slash:comments>7</slash:comments><description>&lt;p&gt;This sample uses a simple stored procedure to extract out data as XML from SQL Server 2005. Using this approach, you can receive many different messages through one Biztalk Receive Location. &lt;/p&gt;
&lt;p&gt;This sample will work with BizTalk 2006 and BizTalk 2006 R2.&lt;/p&gt;
&lt;p&gt;Get more information from the original blog post on this topic:&lt;a href="http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalk/archive/2006/07/17/how-to-receive-sql-xml-data-into-biztalk-server-2006.aspx"&gt;http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalk/archive/2006/07/17/how-to-receive-sql-xml-data-into-biztalk-server-2006.aspx&lt;/a&gt;&lt;/p&gt;</description><enclosure url="http://www.biztalkgurus.com/biztalk_server/biztalk_2006/m/biztalk_2006_samples/15559/download.aspx" length="201370" type="application/zip" /></item><item><title>Submitting Xml Documents to BizTalk via SOAP </title><link>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/m/biztalk_2006_samples/15557.aspx</link><pubDate>Tue, 14 Mar 2006 05:00:00 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:15557</guid><dc:creator>Stephen W. Thomas</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;This sample shows how to modify a BizTalk Web Service to submit Xml Documents into BizTalk and route them using direct binding. The key to routing the message submitted by the Web Service is to make sure the Receive Port uses the Xml Disassembler pipeline. &lt;/p&gt;
&lt;p&gt;This sample will work with BizTalk 2006 and BizTalk 2006 R2.&lt;/p&gt;
&lt;p&gt;Get more information from the original blog post on this topic: &lt;a href="http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalk/archive/2006/03/14/how-to-use-soap-to-submitt-xml-documents-into-biztalk-server.aspx"&gt;http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalk/archive/2006/03/14/how-to-use-soap-to-submitt-xml-documents-into-biztalk-server.aspx&lt;/a&gt;&amp;nbsp;and &lt;a href="http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalk/archive/2006/03/14/working-with-untyped-web-services-in-biztalk-server.aspx"&gt;http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalk/archive/2006/03/14/working-with-untyped-web-services-in-biztalk-server.aspx&lt;/a&gt;&lt;/p&gt;</description><enclosure url="http://www.biztalkgurus.com/biztalk_server/biztalk_2006/m/biztalk_2006_samples/15557/download.aspx" length="282141" type="application/zip" /></item><item><title>Dynamic Transforms in BizTalk 2006</title><link>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/m/biztalk_2006_samples/15561.aspx</link><pubDate>Mon, 19 Sep 2005 05:00:00 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:15561</guid><dc:creator>Stephen W. Thomas</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;This sample built for the Biztalk 2006 Design Contest shows how a per-instance custom pipeline can be used to set the map name in a message. Then, the message can be mapped dynamically using an Orchestration. This allows for a consistence approach to transformation and exceptions. Set up: Just extract to your C:\ drive and follow the instructions in the Word document. &lt;/p&gt;
&lt;p&gt;This sample will also work with BizTalk 2006 and BizTalk 2006 R2.&lt;/p&gt;
&lt;p&gt;Get more information from the original blog post on this topic: &lt;a href="http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalk/archive/2005/09/19/design-contest-entry-_2d00_-dynamic-transforms-in-biztalk-server-2006.aspx"&gt;http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalk/archive/2005/09/19/design-contest-entry-_2d00_-dynamic-transforms-in-biztalk-server-2006.aspx&lt;/a&gt;&lt;/p&gt;</description><enclosure url="http://www.biztalkgurus.com/biztalk_server/biztalk_2006/m/biztalk_2006_samples/15561/download.aspx" length="292040" type="application/zip" /></item><item><title>Suspended Message Routing and Error Reporting</title><link>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/m/biztalk_2006_samples/15560.aspx</link><pubDate>Wed, 03 Aug 2005 05:00:00 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:15560</guid><dc:creator>Stephen W. Thomas</dc:creator><slash:comments>10</slash:comments><description>&lt;p&gt;This sample shows how to use Error Reporting to route suspended message to an Orchestration in Biztalk 2006. It includes two Orchestrations, one intended to fail on the Receive Port and one on the Send Port. Both a manual installation and MSI installation is available. &lt;/p&gt;
&lt;p&gt;Get more information from the original blog post on this topic:&lt;a href="http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalk/archive/2005/08/02/suspended-message-routing-and-reporting-in-biztalk-server-2006.aspx"&gt;http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalk/archive/2005/08/02/suspended-message-routing-and-reporting-in-biztalk-server-2006.aspx&lt;/a&gt;&lt;/p&gt;</description><enclosure url="http://www.biztalkgurus.com/biztalk_server/biztalk_2006/m/biztalk_2006_samples/15560/download.aspx" length="218865" type="application/zip" /></item><item><title>Recoverable Interchange Processing Inside a Pipeline</title><link>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/m/biztalk_2006_samples/15565.aspx</link><pubDate>Wed, 20 Jul 2005 05:00:00 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:15565</guid><dc:creator>Stephen W. Thomas</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Biztalk 2006 introduces many new and exciting features. One of these new features is Recoverable Interchange Processing for inbound receive interchanges. Biztalk 2006 now allows the option to fail the whole interchange or process just the non-errored single messages. This sample shows how easy it is to take advantage for this new feature. Please see the ReadMe.txt for setup instructions. &lt;/p&gt;
&lt;p&gt;This sample should work with BizTalk 2006 and BizTalk 2006 R2.&lt;/p&gt;
&lt;p&gt;Get more information from the original blog post on this topic: &lt;a href="http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalk/archive/2005/07/20/biztalk-2006-recoverable-interchange-processing.aspx"&gt;http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalk/archive/2005/07/20/biztalk-2006-recoverable-interchange-processing.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:10pt;color:black;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Watch the video related to this sample here: &lt;a href="http://www.biztalkgurus.com/biztalk_server/biztalk_2006/m/biztalk_2006_samples/32417.aspx"&gt;http://www.biztalkgurus.com/biztalk_server/biztalk_2006/m/biztalk_2006_samples/32417.aspx&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</description><enclosure url="http://www.biztalkgurus.com/biztalk_server/biztalk_2006/m/biztalk_2006_samples/15565/download.aspx" length="14643" type="application/zip" /></item><item><title>Recoverable Interchange Processing Video</title><link>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/m/biztalk_2006_samples/32417.aspx</link><pubDate>Wed, 20 Jul 2005 05:00:00 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:32417</guid><dc:creator>Stephen W. Thomas</dc:creator><slash:comments>5</slash:comments><description>&lt;p&gt;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. &lt;/p&gt;
&lt;p&gt;This video was made for BizTalk 2006 but should still be relevant for other versions of BizTalk.&lt;/p&gt;</description><enclosure url="http://www.biztalkgurus.com/biztalk_server/biztalk_2006/m/biztalk_2006_samples/32417/download.aspx" length="3438692" type="application/octet-stream" /></item><item><title>Calling a Receive Pipeline Inside an Orchestration</title><link>http://www.biztalkgurus.com/biztalk_server/biztalk_2006/m/biztalk_2006_samples/15564.aspx</link><pubDate>Thu, 16 Jun 2005 05:00:00 GMT</pubDate><guid isPermaLink="false">c4dd2918-4541-4a95-8338-be99430f076e:15564</guid><dc:creator>Stephen W. Thomas</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;This sample should work with BizTalk 2006 and BizTalk 2006 R2.&lt;/p&gt;
&lt;p&gt;Get more information from the original blog post on this topic: &lt;a href="http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalk/archive/2005/06/16/how-to-call-a-receive-pipeline-in-an-orchestration.aspx"&gt;http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalk/archive/2005/06/16/how-to-call-a-receive-pipeline-in-an-orchestration.aspx&lt;/a&gt;&lt;/p&gt;</description><enclosure url="http://www.biztalkgurus.com/biztalk_server/biztalk_2006/m/biztalk_2006_samples/15564/download.aspx" length="11787" type="application/zip" /></item></channel></rss>