<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">The Enterprise Integration Space</title><subtitle type="html">Writing about Integration Services (Service Bus EAI and EDI Labs) and BizTalk Server</subtitle><id>http://blogs.msdn.com/b/nitinme/atom.aspx</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/nitinme/" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/b/nitinme/atom.aspx" /><generator uri="http://telligent.com" version="5.6.50428.7875">Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><updated>2012-09-17T07:50:15Z</updated><entry><title>Now Live!–Tutorial on Integrating BizTalk Server 2013 with Salesforce</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/nitinme/archive/2013/04/27/now-live-tutorial-on-integrating-biztalk-server-2013-with-salesforce.aspx" /><id>http://blogs.msdn.com/b/nitinme/archive/2013/04/27/now-live-tutorial-on-integrating-biztalk-server-2013-with-salesforce.aspx</id><published>2013-04-26T18:57:30Z</published><updated>2013-04-26T18:57:30Z</updated><content type="html">&lt;p&gt;[ This blog post follows up from my other blog post &lt;a href="http://blogs.msdn.com/b/nitinme/archive/2013/03/29/coming-soon-tutorial-on-integrating-biztalk-server-2013-with-salesforce.aspx" target="_blank"&gt;Coming Soon!–Tutorial on Integrating BizTalk Server 2013 with Salesforce&lt;/a&gt;. ]&lt;/p&gt;  &lt;p&gt;We have now released an update to the BizTalk Server 2013 Help to include a new tutorial that demonstrates how to integrate BizTalk Server 2013 with Salesforce using the new adapters released with the latest version of BizTalk Server. Here’s the scenario used to demonstrate the integration.&lt;/p&gt;  &lt;h1&gt;Business Scenario&lt;/h1&gt;  &lt;p&gt;Northwind uses the Salesforce online CRM system as their solution for tracking customers through the sales pipeline. Every time a sales opportunity is created in the Salesforce system, Northwind wants its on-premise systems, such as BizTalk Server, to be notified so that other down-stream systems can pick up that data and start other relevant processes. Northwind plans to implement this solution using the new adapters available with BizTalk Server 2013 and also by including some components of Windows Azure. This is how the end-to-end data flow looks like for the solution: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;A sales representative creates an “opportunity” in the Salesforce system.&lt;/li&gt;    &lt;li&gt;When the status of the opportunity is set to “Closed Won”, a notification is sent to a relay endpoint hosted on Windows Azure.&lt;/li&gt;    &lt;li&gt;Using the new WCF-BasicHttpRelay adapter, the notification information is passed on to BizTalk Server system housed on-premise.&lt;/li&gt;    &lt;li&gt;Using the information received as part of the notification, BizTalk Server invokes a REST endpoint in Salesforce, using the new WCF-WebHttp adapter, to get more information about the opportunity.&lt;/li&gt;    &lt;li&gt;Finally, BizTalk Server uses the information received from Salesforce to create a purchase order entry in an in-house SQL Server database table.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;These are the set of steps that you must perform to achieve the integration objective outlined in this solution. Each of these steps involves broad set of activities that we’ll look at as we proceed with creating the solution.&lt;/p&gt;  &lt;p&gt;Here’s an illustration that describes the end-to-end integration solution:&lt;/p&gt;  &lt;p&gt;&lt;img title="BizTalk Server and Salesforce integration scenario" alt="BizTalk Server and Salesforce integration scenario" src="http://i.msdn.microsoft.com/dynimg/IC657938.gif" /&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h1&gt;Resources&lt;/h1&gt;  &lt;ul&gt;   &lt;li&gt;The tutorial is available at &lt;a title="http://msdn.microsoft.com/en-us/library/dn198272(v=bts.80).aspx" href="http://msdn.microsoft.com/en-us/library/dn198272(v=bts.80).aspx"&gt;http://msdn.microsoft.com/en-us/library/dn198272(v=bts.80).aspx&lt;/a&gt;.&lt;/li&gt;    &lt;li&gt;A sample based on this tutorial is available at &lt;a title="http://code.msdn.microsoft.com/Integrating-BizTalk-Server-f31e4286" href="http://code.msdn.microsoft.com/Integrating-BizTalk-Server-f31e4286"&gt;http://code.msdn.microsoft.com/Integrating-BizTalk-Server-f31e4286&lt;/a&gt;.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h1&gt;Acknowledgements&lt;/h1&gt;  &lt;p&gt;I would like to extend my thanks to &lt;a href="http://social.msdn.microsoft.com/profile/nick.hauenstein/"&gt;Nick Hauenstein&lt;/a&gt; and &lt;a href="http://social.msdn.microsoft.com/profile/steef-jan%20wiggers"&gt;Steef-Jan Viggers&lt;/a&gt; for reviewing the content and providing feedback on the tutorial. Nick Hauenstein also created a couple of &lt;a href="http://blog.quicklearn.com/2013/01/14/announcing-biztalk-server-2013-virtual-labs/" target="_blank"&gt;hands-on labs&lt;/a&gt; that were very useful in shaping the scenario used in this tutorial.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10414349" width="1" height="1"&gt;</content><author><name>Nitin Mehrotra_MSFT</name><uri>http://blogs.msdn.com/nitinme/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>BizTalk Server 2013 now available on Windows Azure IaaS</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/nitinme/archive/2013/04/19/biztalk-server-2013-now-available-on-windows-azure-iaas.aspx" /><id>http://blogs.msdn.com/b/nitinme/archive/2013/04/19/biztalk-server-2013-now-available-on-windows-azure-iaas.aspx</id><published>2013-04-18T22:51:29Z</published><updated>2013-04-18T22:51:29Z</updated><content type="html">&lt;p&gt;This week, Windows Azure Infrastructure Services (IaaS) was made generally available to the customers. You can look at some blog posts related to this announcement &lt;a href="http://blogs.msdn.com/b/windowsazure/archive/2013/04/16/the-power-of-and.aspx" target="_blank"&gt;here&lt;/a&gt; and &lt;a href="http://weblogs.asp.net/scottgu/archive/2013/04/16/windows-azure-general-availability-of-infrastructure-as-a-service-iaas.aspx" target="_blank"&gt;here&lt;/a&gt;. As part of this, BizTalk Server 2013 (RTM) VM images were also pushed live and it becomes all the more easy to set up a BizTalk Server machine on the cloud. BizTalk Server is available on IaaS in three flavors:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Enterprise&lt;/li&gt;    &lt;li&gt;Standard&lt;/li&gt;    &lt;li&gt;Evaluation&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-92-40-metablogapi/0410.image_5F00_671B405E.png"&gt;&lt;img title="image" style="display: inline; background-image: none;" border="0" alt="image" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-92-40-metablogapi/1070.image_5F00_thumb_5F00_34B76CDF.png" width="549" height="395" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;You can read more about each of these SKUs at &lt;a title="http://msdn.microsoft.com/en-us/library/jj248689(v=bts.80).aspx" href="http://msdn.microsoft.com/en-us/library/jj248689(v=bts.80).aspx"&gt;http://msdn.microsoft.com/en-us/library/jj248689(v=bts.80).aspx&lt;/a&gt;. This link also provides information on how to set up a BizTalk Server VM running on Azure.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10412396" width="1" height="1"&gt;</content><author><name>Nitin Mehrotra_MSFT</name><uri>http://blogs.msdn.com/nitinme/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>BizTalk Server 2013 - New Features Blog Series – WCF-BasicHttpRelay Adapter</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/nitinme/archive/2013/04/12/biztalk-server-2013-new-features-blog-series-wcf-basichttprelay-adapter.aspx" /><id>http://blogs.msdn.com/b/nitinme/archive/2013/04/12/biztalk-server-2013-new-features-blog-series-wcf-basichttprelay-adapter.aspx</id><published>2013-04-11T22:07:17Z</published><updated>2013-04-11T22:07:17Z</updated><content type="html">&lt;p&gt;BizTalk Server 2013 introduces few new adapters that enable out-of-the-box connectivity with endpoints on Azure. One such adapter is WCF-BasicHttpRelay adapter, which can be used to send and receive messages from a Service Bus relay endpoint. This adapter is similar to the existing WCF-BasicHttp adapter in BizTalk. While the WCF-BasicHttp adapter used the BasicHttpBinding, WCF-BasicHttpRelay adapter uses the BasicHttpRelay binding.&lt;/p&gt;  &lt;p&gt;This adapter enables a lot of integration scenarios between Azure and BizTalk but the most common and widely used scenario should be where a client sends a message to a relay endpoint hosted in Azure. With this new WCF-BasicHttpRelay adapter ‘listening’ to that relay endpoint, any message that gets sent there is pulled into the on-premise BizTalk Server, and then the usual orchestration or any other business process defined within BizTalk Server can kick in to process that message.&lt;/p&gt;  &lt;p&gt;Let’s look at what’s required for configuring a WCF-BasicHttpRelay adapter.&lt;/p&gt;  &lt;p&gt;The Binding and Messages tab for the adapter configuration are the usual. The key configuration values would need to be specified in the General and Security tabs.&lt;/p&gt;  &lt;h4&gt;General Tab&lt;/h4&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-92-40-metablogapi/8877.image_5F00_78609FE7.png"&gt;&lt;img title="image" style="display: inline; background-image: none;" border="0" alt="image" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-92-40-metablogapi/7801.image_5F00_thumb_5F00_5845932A.png" width="362" height="447" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;In the General tab, you specify the URI for the relay endpoint. The URI could be in HTTP or HTTPS scheme based on the kind of security you want to implement. In the screen capture above, &lt;strong&gt;btssalesforce&lt;/strong&gt; is my Service Bus namespace and &lt;strong&gt;/notifications/opportunity&lt;/strong&gt; is the relay endpoint. In this case, when we finish configuring the receive location and enable it, the &lt;strong&gt;/notifications/opportunity&lt;/strong&gt; relay endpoint will be created under your namespace. You &lt;strong&gt;&lt;u&gt;&lt;em&gt;do not&lt;/em&gt;&lt;/u&gt;&lt;/strong&gt; need to create it before configuring the receive location.&lt;/p&gt;  &lt;h4&gt;Security Tab&lt;/h4&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-92-40-metablogapi/8461.Drawing1_5F00_512656B2.jpg"&gt;&lt;img title="Drawing1" style="display: inline; background-image: none;" border="0" alt="Drawing1" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-92-40-metablogapi/6327.Drawing1_5F00_thumb_5F00_310B49F5.jpg" width="572" height="546" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;In the Security tab, from the &lt;strong&gt;Security mode&lt;/strong&gt; you can specify the kind of transfer security you want to use. The options available are very clearly described at &lt;a title="http://msdn.microsoft.com/en-us/library/ff648863.aspx" href="http://msdn.microsoft.com/en-us/library/ff648863.aspx"&gt;http://msdn.microsoft.com/en-us/library/ff648863.aspx&lt;/a&gt;. If you use &lt;strong&gt;None&lt;/strong&gt;, the URI schema will be HTTP. If you use either &lt;strong&gt;Transport&lt;/strong&gt; or &lt;strong&gt;TransportWIthMessageCredential&lt;/strong&gt;, the URI scheme will be HTTPS.&lt;/p&gt;  &lt;p&gt;You can specify the client-side security from the &lt;strong&gt;Relay client authentication type&lt;/strong&gt; property. If you set this to &lt;strong&gt;None&lt;/strong&gt;, the relay endpoint will be accessible to any client that knows the endpoint address. If this is set to &lt;strong&gt;RelayAccessToken&lt;/strong&gt;, only those clients with the key and the endpoint address can access it.&lt;/p&gt;  &lt;p&gt;You can also control whether the service behavior is published to the Service Registry (&lt;a title="http://msdn.microsoft.com/en-us/library/windowsazure/dd582704.aspx" href="http://msdn.microsoft.com/en-us/library/windowsazure/dd582704.aspx"&gt;http://msdn.microsoft.com/en-us/library/windowsazure/dd582704.aspx&lt;/a&gt;) by selecting the &lt;strong&gt;Enable service discovery&lt;/strong&gt; check box. If you select that option, you will also have to specify the name with which the service behavior is published in the registry and the mode of discovery.&lt;/p&gt;  &lt;p&gt;Finally, you must specify the ACS credentials to authenticate with the Service Bus namespace. You can get these details from the Azure management portal. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-92-40-metablogapi/2117.image_5F00_10F03D38.png"&gt;&lt;img title="image" style="display: inline; background-image: none;" border="0" alt="image" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-92-40-metablogapi/1512.image_5F00_thumb_5F00_57D96035.png" width="393" height="359" /&gt;&lt;/a&gt;&lt;/p&gt;      &lt;p&gt;I’ll be adding a demo description to this blog soon to demonstrate how BizTalk Server can consume messages sent to a relay endpoint hosted in Azure.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10410451" width="1" height="1"&gt;</content><author><name>Nitin Mehrotra_MSFT</name><uri>http://blogs.msdn.com/nitinme/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>BizTalk Server 2013 Documentation Release Strategy</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/nitinme/archive/2013/04/04/biztalk-server-2013-documentation-release-strategy.aspx" /><id>http://blogs.msdn.com/b/nitinme/archive/2013/04/04/biztalk-server-2013-documentation-release-strategy.aspx</id><published>2013-04-04T17:04:31Z</published><updated>2013-04-04T17:04:31Z</updated><content type="html">&lt;p&gt;With BizTalk Server 2013 we wanted to adopt a documentation strategy of having the docs mostly available over the web and not packaged as part of the product. This has various benefits but is driven mostly by the fact that users look for information mostly over the Internet using their preferred search engine. So, having the updated content uploaded online increases the probability of users finding the information when they search for it. There were two parts to this approach:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Upload the latest content for BizTalk Server 2013 to the web.&lt;/li&gt;    &lt;li&gt;Remove all content that is packaged with the product.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;As we know, BizTalk Server doesn’t release just as one single component. There are a bunch of other components (Adapter Pack, Accelerators, etc.) that come with it making BizTalk Server a suite of products. So, we had to adopt this documentation strategy across all the components of the release. You can imagine that this is a pretty big task in itself so we decided to break this down into simpler manageable tasks. In BizTalk Server 2013, we went ahead with the first part of the plan to have all new content mostly available online only. In the future releases, we’ll take up the task of removing content completely from the packaged product.&lt;/p&gt;  &lt;h1&gt;How does this affect you?&lt;/h1&gt;  &lt;p&gt;This may affect where you look for BizTalk Server information. Through this blog post I am trying to provide you with pointers on where to go and look for specific information related to BizTalk Server and other related components.&lt;/p&gt;  &lt;ul&gt;&lt;/ul&gt;  &lt;h2&gt;BizTalk Server Help&lt;/h2&gt;  &lt;p&gt;For the BizTalk Server core component, the experience is pretty much unchanged. So, you can access the BizTalk Server 2013 Help both offline (installed with the product) or online at &lt;a title="http://msdn.microsoft.com/en-us/library/aa548004(v=bts.80).aspx" href="http://msdn.microsoft.com/en-us/library/aa548004(v=bts.80).aspx"&gt;http://msdn.microsoft.com/en-us/library/aa548004(v=bts.80).aspx&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h2&gt;Help for Other Components Related to BizTalk Server&lt;/h2&gt;  &lt;p&gt;For other components such as Adapter Pack, Accelerators, etc. the Help for the most recent version was only updated online. The version of Help that is installed with the product was not updated for 2013. So, if you install the Help for these products on your computer, and open the Help, you will notice that it still reflects the older version. However, in case users wanted to access the Help offline, we also provided downloadable version of the 2013 Help as well. So, for these components, you could use Help in the following two ways:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Access the Help on MSDN (recommended by us and preferred by users). - &lt;a title="http://msdn.microsoft.com/library/ee317850(v=bts.10).aspx" href="http://msdn.microsoft.com/library/ee317850(v=bts.10).aspx"&gt;http://msdn.microsoft.com/library/ee317850(v=bts.10).aspx&lt;/a&gt;.&lt;/li&gt;    &lt;li&gt;Download the Help from Microsoft Download Center and replace it on the computer where you installed the Help that was packaged with the product. The table below provides links to both the online version and downloadable version of the Help.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;ul&gt;&lt;/ul&gt;  &lt;table cellspacing="0" cellpadding="2" width="400" border="1"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="133"&gt;Component&lt;/td&gt;        &lt;td valign="top" width="133"&gt;MSDN Link&lt;/td&gt;        &lt;td valign="top" width="133"&gt;Link for Downloading Help&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="133"&gt;Microsoft BizTalk ESB Toolkit&lt;/td&gt;        &lt;td valign="top" width="133"&gt;&lt;a title="http://msdn.microsoft.com/en-US/library/ff699598(v=bts.80).aspx" href="http://msdn.microsoft.com/en-US/library/ff699598(v=bts.80).aspx"&gt;http://msdn.microsoft.com/en-US/library/ff699598(v=bts.80).aspx&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="133"&gt;&lt;a title="http://www.microsoft.com/en-us/download/details.aspx?id=38166" href="http://www.microsoft.com/en-us/download/details.aspx?id=38166"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=38166&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="133"&gt;Microsoft BizTalk Server RFID 2013&lt;/td&gt;        &lt;td valign="top" width="133"&gt;&lt;a title="http://msdn.microsoft.com/en-US/library/dd352559(v=bts.80).aspx" href="http://msdn.microsoft.com/en-US/library/dd352559(v=bts.80).aspx"&gt;http://msdn.microsoft.com/en-US/library/dd352559(v=bts.80).aspx&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="133"&gt;&lt;a title="http://www.microsoft.com/en-us/download/details.aspx?id=38167" href="http://www.microsoft.com/en-us/download/details.aspx?id=38167"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=38167&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="133"&gt;Microsoft BizTalk Mobile RFID 2013&lt;/td&gt;        &lt;td valign="top" width="133"&gt;&lt;a title="http://msdn.microsoft.com/en-US/library/dd351599(v=bts.80).aspx" href="http://msdn.microsoft.com/en-US/library/dd351599(v=bts.80).aspx"&gt;http://msdn.microsoft.com/en-US/library/dd351599(v=bts.80).aspx&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="133"&gt;&lt;a title="http://www.microsoft.com/en-us/download/details.aspx?id=38167" href="http://www.microsoft.com/en-us/download/details.aspx?id=38167"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=38167&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="133"&gt;Microsoft BizTalk 2013 Accelerator for HL7&lt;/td&gt;        &lt;td valign="top" width="133"&gt;&lt;a title="http://msdn.microsoft.com/en-US/library/ee409374(v=bts.80).aspx" href="http://msdn.microsoft.com/en-US/library/ee409374(v=bts.80).aspx"&gt;http://msdn.microsoft.com/en-US/library/ee409374(v=bts.80).aspx&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="133"&gt;&lt;a title="http://www.microsoft.com/en-us/download/details.aspx?id=38169" href="http://www.microsoft.com/en-us/download/details.aspx?id=38169"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=38169&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="133"&gt;Microsoft BizTalk Accelerator for RosettaNet&lt;/td&gt;        &lt;td valign="top" width="133"&gt;&lt;a title="http://msdn.microsoft.com/en-US/library/ff720201(v=bts.80).aspx" href="http://msdn.microsoft.com/en-US/library/ff720201(v=bts.80).aspx"&gt;http://msdn.microsoft.com/en-US/library/ff720201(v=bts.80).aspx&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="133"&gt;&lt;a title="http://www.microsoft.com/en-us/download/details.aspx?id=38172" href="http://www.microsoft.com/en-us/download/details.aspx?id=38172"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=38172&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="133"&gt;Microsoft BizTalk 2013 Accelerator for SWIFT&lt;/td&gt;        &lt;td valign="top" width="133"&gt;&lt;a title="http://msdn.microsoft.com/en-US/library/ee350746(v=bts.80).aspx" href="http://msdn.microsoft.com/en-US/library/ee350746(v=bts.80).aspx"&gt;http://msdn.microsoft.com/en-US/library/ee350746(v=bts.80).aspx&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="133"&gt;&lt;a title="http://www.microsoft.com/en-us/download/details.aspx?id=38168" href="http://www.microsoft.com/en-us/download/details.aspx?id=38168"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=38168&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="133"&gt;Microsoft BizTalk Server 2013 FileAct and InterAct Adapters &lt;/td&gt;        &lt;td valign="top" width="133"&gt;&lt;a title="http://msdn.microsoft.com/en-US/library/bb669570(v=bts.80).aspx" href="http://msdn.microsoft.com/en-US/library/bb669570(v=bts.80).aspx"&gt;http://msdn.microsoft.com/en-US/library/bb669570(v=bts.80).aspx&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="133"&gt;&lt;a title="http://www.microsoft.com/en-us/download/details.aspx?id=38165" href="http://www.microsoft.com/en-us/download/details.aspx?id=38165"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=38165&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="133"&gt;WCF LOB Adapter SDK&lt;/td&gt;        &lt;td valign="top" width="133"&gt;&lt;a title="http://msdn.microsoft.com/en-US/library/bb798080(v=bts.80).aspx" href="http://msdn.microsoft.com/en-US/library/bb798080(v=bts.80).aspx"&gt;http://msdn.microsoft.com/en-US/library/bb798080(v=bts.80).aspx&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="133"&gt;&lt;a title="http://www.microsoft.com/en-us/download/details.aspx?id=38173" href="http://www.microsoft.com/en-us/download/details.aspx?id=38173"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=38173&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="133"&gt;Microsoft BizTalk Adapter Pack 2013&lt;/td&gt;        &lt;td valign="top" width="133"&gt;&lt;a title="http://msdn.microsoft.com/en-US/library/jj991825(v=bts.10).aspx" href="http://msdn.microsoft.com/en-US/library/jj991825(v=bts.10).aspx"&gt;http://msdn.microsoft.com/en-US/library/jj991825(v=bts.10).aspx&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="133"&gt;&lt;a title="http://www.microsoft.com/en-us/download/details.aspx?id=38170" href="http://www.microsoft.com/en-us/download/details.aspx?id=38170"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=38170&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="133"&gt;UDDI Services&lt;/td&gt;        &lt;td valign="top" width="133"&gt;&lt;a title="http://msdn.microsoft.com/en-US/library/cc730814(v=bts.80).aspx" href="http://msdn.microsoft.com/en-US/library/cc730814(v=bts.80).aspx"&gt;http://msdn.microsoft.com/en-US/library/cc730814(v=bts.80).aspx&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="133"&gt;&lt;a title="http://www.microsoft.com/en-us/download/details.aspx?id=38171" href="http://www.microsoft.com/en-us/download/details.aspx?id=38171"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=38171&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="133"&gt;Installation Guide for BizTalk Server &lt;/td&gt;        &lt;td valign="top" width="133"&gt;&lt;a title="http://www.microsoft.com/en-us/download/details.aspx?id=35552" href="http://www.microsoft.com/en-us/download/details.aspx?id=35552"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=35552&lt;/a&gt;&lt;/td&gt;        &lt;td width="133" align="center"&gt;-&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="133"&gt;Installation Guides for products related to BizTalk Server&lt;/td&gt;        &lt;td width="133" align="center"&gt;-&lt;/td&gt;        &lt;td valign="top" width="133"&gt;&lt;a title="http://www.microsoft.com/en-us/download/details.aspx?id=35552" href="http://www.microsoft.com/en-us/download/details.aspx?id=35552"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=35552&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="133"&gt;Upgrade Guide for BizTalk Server&lt;/td&gt;        &lt;td width="133" align="center"&gt;-&lt;/td&gt;        &lt;td valign="top" width="133"&gt;&lt;a title="http://www.microsoft.com/en-us/download/details.aspx?id=35552" href="http://www.microsoft.com/en-us/download/details.aspx?id=35552"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=35552&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10407627" width="1" height="1"&gt;</content><author><name>Nitin Mehrotra_MSFT</name><uri>http://blogs.msdn.com/nitinme/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>Coming Soon!–Tutorial on Integrating BizTalk Server 2013 with Salesforce</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/nitinme/archive/2013/03/29/coming-soon-tutorial-on-integrating-biztalk-server-2013-with-salesforce.aspx" /><id>http://blogs.msdn.com/b/nitinme/archive/2013/03/29/coming-soon-tutorial-on-integrating-biztalk-server-2013-with-salesforce.aspx</id><published>2013-03-28T23:12:26Z</published><updated>2013-03-28T23:12:26Z</updated><content type="html">&lt;p&gt;It’s finally about to arrive. The new WCF-BasicHttpRelay adapter in BizTalk Server 2013 makes it really easy to integrate BizTalk Server with Salesforce. The scenario that I am working on documenting involves getting an opportunity notification from Salesforce into BizTalk Server via a relay endpoint hosted on Azure Service Bus, querying Salesforce to get more details about the opportunity, and then inserting those details into an on-premise SQL Server database.&lt;/p&gt;  &lt;p&gt;This tutorial is in the works and should be out soon. Just wanted to get the word out to the community.&lt;/p&gt;  &lt;p&gt;Stay tuned!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10406194" width="1" height="1"&gt;</content><author><name>Nitin Mehrotra_MSFT</name><uri>http://blogs.msdn.com/nitinme/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>BizTalk Server 2013 - New Features Blog Series - Dependency Tracking</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/nitinme/archive/2013/03/28/biztalk-server-2013-new-features-blog-series-dependency-tracking.aspx" /><id>http://blogs.msdn.com/b/nitinme/archive/2013/03/28/biztalk-server-2013-new-features-blog-series-dependency-tracking.aspx</id><published>2013-03-28T00:00:09Z</published><updated>2013-03-28T00:00:09Z</updated><content type="html">&lt;p&gt;In this blog series, I’ll try to go through the new features introduced in BizTalk Server 2013. I’ll start with &lt;strong&gt;Dependency Tracking&lt;/strong&gt;.&lt;/p&gt;  &lt;p&gt;A BizTalk Server application may contain a bunch of artifacts such as send ports, receive locations, orchestrations, schemas, transforms, etc. Moreover, sometimes these artifacts can be shared between more than one BizTalk Server application. So, it becomes very difficult for BizTalk Server admins to come up with a “dependency tree” that provides information on both the aspects of dependencies, which are:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;How a given artifact “uses” other artifacts.&lt;/li&gt;    &lt;li&gt;How a given artifact is “used by” other artifacts.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The BizTalk Server Administration console uses the same philosophy to display the dependencies. Let’s see how it works.&lt;/p&gt;  &lt;p&gt;Let’s pick an artifact in the BizTalk Server Administration console, for example, a receive location. Right-click the artifact, and select &lt;strong&gt;View Dependencies&lt;/strong&gt;.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-92-40-metablogapi/0763.image_5F00_06EEBD5B.png"&gt;&lt;img title="image" style="display: inline; background-image: none;" border="0" alt="image" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-92-40-metablogapi/0654.image_5F00_thumb_5F00_74A5F698.png" width="482" height="221" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;There’s a new &lt;strong&gt;Dependency Statistics&lt;/strong&gt; pane at the bottom of the page that now lists the dependencies, categorizing it as &lt;strong&gt;Used by&lt;/strong&gt; (which artifacts use this receive location) and &lt;strong&gt;Using&lt;/strong&gt; (which artifacts are used by this receive location). This is how the pane looks like.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-92-40-metablogapi/4786.image_5F00_548AE9DB.png"&gt;&lt;img title="image" style="display: inline; background-image: none;" border="0" alt="image" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-92-40-metablogapi/3301.image_5F00_thumb_5F00_06828A66.png" width="489" height="166" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The Dependency Pane shows that the ReceiveOppNotification receive location is used by one Receive Port but the receive location in turn uses two pipeline components. Notice that the numbers are links, so you can click those to see the dependent/dependent on artifacts. So, if I click on the number 1 above, the top pane will refresh to show the receive port that uses the ReceiveOppNotification receive location. Similarly, if I click on 2, the top pane refreshes to list the two pipelines that are used by the receive location.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-92-40-metablogapi/0247.image_5F00_7B59001B.png"&gt;&lt;img title="image" style="display: inline; background-image: none;" border="0" alt="image" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-92-40-metablogapi/4370.image_5F00_thumb_5F00_2D50A0A6.png" width="490" height="190" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Notice that even though you are now viewing the pipelines that are used by the receive location, the &lt;strong&gt;Dependency Statistics&lt;/strong&gt; pane does not refresh to show the dependency view for the pipelines. It won’t refresh the view, until you select another artifact and click &lt;strong&gt;View Dependency&lt;/strong&gt; again to view it’s dependencies. Also notice the breadcrumbs trail at the top. That shows which dependent artifacts we are looking at and enables you to go back to any level.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-92-40-metablogapi/2235.image_5F00_3B22E6A1.png"&gt;&lt;img title="image" style="display: inline; background-image: none;" border="0" alt="image" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-92-40-metablogapi/6521.image_5F00_thumb_5F00_6D1A872B.png" width="500" height="194" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;This feature should really be helpful for BizTalk Server Admins in tracking what other artifacts might get affected if they update a schema, for example. All this while the admins had to manually document all these dependencies but with this enhancement, hopefully it should become much simpler for them.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;Other Links&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a title="http://msdn.microsoft.com/en-us/library/jj684554(v=bts.80).aspx" href="http://msdn.microsoft.com/en-us/library/jj684554(v=bts.80).aspx"&gt;http://msdn.microsoft.com/en-us/library/jj684554(v=bts.80).aspx&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a title="http://social.technet.microsoft.com/wiki/contents/articles/15362.biztalk-server-2013-dependencies.aspx" href="http://social.technet.microsoft.com/wiki/contents/articles/15362.biztalk-server-2013-dependencies.aspx"&gt;http://social.technet.microsoft.com/wiki/contents/articles/15362.biztalk-server-2013-dependencies.aspx&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10405891" width="1" height="1"&gt;</content><author><name>Nitin Mehrotra_MSFT</name><uri>http://blogs.msdn.com/nitinme/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>What are the XPIPELINE_MESSAGETYPE and XPIPELINE_REQUESTMESSAGETYPE properties</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/nitinme/archive/2012/12/06/what-are-the-xpipeline-messagetype-and-xpipeline-requestmessagetype-properties.aspx" /><id>http://blogs.msdn.com/b/nitinme/archive/2012/12/06/what-are-the-xpipeline-messagetype-and-xpipeline-requestmessagetype-properties.aspx</id><published>2012-12-05T21:56:56Z</published><updated>2012-12-05T21:56:56Z</updated><content type="html">&lt;p&gt;While working with Service Bus EAI and EDI Labs, both as part of the Enterprise Application Integration project as well as the TPM Portal, we come across a couple of properties that are by default promoted on any given message. These two properties are:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;XPIPELINE_MESSAGETYPE&lt;/li&gt;    &lt;li&gt;XPIPELINE_REQUESTMESSAGETYPE&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;ul&gt;&lt;/ul&gt;  &lt;h1&gt;XPIPELINE_REQUESTMESSAGETYPE&lt;/h1&gt;  &lt;p&gt;This property contains the message type of the message when the bridge first receives the message.&lt;/p&gt;  &lt;h1&gt;XPIPELINE_MESSAGETYPE&lt;/h1&gt;  &lt;p&gt;This property contains the message type of the message at any given point of time while the bridge processes the message. A message goes through some transformations at different stages of the bridge. For example, a message might get transformed during the Transform stage and hence it would message type would change. The XPIPELINE_MESSAGETYPE property contains this most recent message type for the message.&lt;/p&gt;  &lt;h1&gt;How are these useful?&lt;/h1&gt;  &lt;p&gt;These properties are used by the &lt;a href="http://blogs.msdn.com/b/nitinme/archive/2012/06/07/service-bus-eai-edi-labs-deciphering-the-bridge-configuration-surface.aspx" target="_blank"&gt;&lt;strong&gt;stages/activities&lt;/strong&gt;&lt;/a&gt; within the bridge to take actions appropriately. The stages/activities do not need to now look into a message and figure out the message type. Instead they could simply use the value of these properties. For example, depending on the value of the XPIPELINE_REQUESTMESSAGETYPE, the Transform activity decides what transforms should be made available to the user for selection. The Transform stage shows only those transforms that the have the message type of the source message same as the value of the XPIPELINE_REQUESTMESSAGETYPE.&lt;/p&gt;  &lt;p&gt;Also, for an end user, these properties can be used while configuring the Route action. You can read more about route actions at the following link:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/windowsazure/2b28ccb0-dd88-4fbc-a5c4-c3b797a901e8#BKMK_Route" target="_blank"&gt;&lt;strong&gt;What is Route Action&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/windowsazure/498de1a4-3427-4314-a152-8d5a7f026cc0#BKMK_RoutingAction" target="_blank"&gt;&lt;strong&gt;How to specify a Route Action&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.msdn.com/b/nitinme/archive/2012/02/08/understanding-route-actions-in-service-bus-eai-and-edi-labs.aspx" target="_blank"&gt;&lt;strong&gt;Understanding Route Actions in Service Bus EAI and EDI Labs&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10375001" width="1" height="1"&gt;</content><author><name>Nitin Mehrotra_MSFT</name><uri>http://blogs.msdn.com/nitinme/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>BizTalk Server 2013 Beta – What’s New?</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/nitinme/archive/2012/11/15/biztalk-server-2013-beta-what-s-new.aspx" /><id>http://blogs.msdn.com/b/nitinme/archive/2012/11/15/biztalk-server-2013-beta-what-s-new.aspx</id><published>2012-11-15T06:55:48Z</published><updated>2012-11-15T06:55:48Z</updated><content type="html">&lt;p&gt;In this post, I am going to list down the key new features introduced in BizTalk Server 2013 Beta and also provide some useful links that describe how to use those features. But, to start with, this is where you can download the Beta bits for BizTalk Server 2013&amp;#160; from - &lt;a title="http://www.microsoft.com/en-us/download/details.aspx?id=35553" href="http://www.microsoft.com/en-us/download/details.aspx?id=35553"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=35553&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Now the list of new features.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Integration with Windows Azure&lt;/strong&gt; – BizTalk Server 2013 provides a bunch of new adapters to extend connectivity of BizTalk Server apps to Windows Azure. BizTalk Server includes the new &lt;strong&gt;SB-Messaging adapter&lt;/strong&gt;, &lt;strong&gt;WCF-BasicHttpRelay&lt;/strong&gt; adapter, and the &lt;strong&gt;WCF-NetTCPRelay&lt;/strong&gt; adapter for Azure integration. Specifically, you could use the SB-Messaging adapter to send and receive messages from Service Bus Queues and Topics on Windows Azure. Here, are some links that describe how to use these adapters.&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;Related Links&lt;/li&gt;      &lt;ul&gt;       &lt;li&gt;&lt;a title="SB-Messaging Adapter" href="http://msdn.microsoft.com/en-us/library/jj572852(v=bts.80).aspx"&gt;SB-Messaging Adapter&lt;/a&gt;&lt;/li&gt;        &lt;li&gt;&lt;a title="WCF-BasicHttpRelay Adapter" href="http://msdn.microsoft.com/en-us/library/jj572839(v=bts.80).aspx"&gt;WCF-BasicHttpRelay Adapter&lt;/a&gt;&lt;/li&gt;        &lt;li&gt;&lt;a title="WCF-NetTcpRelay Adapter" href="http://msdn.microsoft.com/en-us/library/jj572847(v=bts.80).aspx"&gt;WCF-NetTcpRelay Adapter&lt;/a&gt;&lt;/li&gt;        &lt;li&gt;Tutorial - &lt;a href="http://msdn.microsoft.com/en-us/library/jj248682(v=bts.80).aspx" target="_blank"&gt;Creating a Hybrid Application Using BizTalk Server 2013&lt;/a&gt; – This tutorial describes how to use the integration offerings from Microsoft (both BizTalk Server and Service Bus EAI/EDI Labs) to create a hybrid solution. &lt;/li&gt;     &lt;/ul&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;BizTalk Server + REST&lt;/strong&gt; – BizTalk Server now includes an out-of-the-box support for REST. BizTalk Server 2013 includes a WCF-WebHttp adapter that you can use to both invoke a REST endpoint as well as expose BizTalk Server artifacts as RESTful resources. &lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;Related links&lt;/li&gt;      &lt;ul&gt;       &lt;li&gt;&lt;a title="WCF-WebHttp Adapter" href="http://msdn.microsoft.com/en-us/library/jj572846(v=bts.80).aspx"&gt;WCF-WebHttp Adapter&lt;/a&gt;. &lt;/li&gt;        &lt;li&gt;Tutorial – &lt;a href="http://msdn.microsoft.com/en-us/library/jj248685(v=bts.80).aspx" target="_blank"&gt;Invoking a REST Interface Using BizTalk Server&lt;/a&gt; – There’s an end-to-end tutorial as well that demonstrates how to use the WCF-WebHttp adapter with to invoke a REST endpoint.&lt;/li&gt;     &lt;/ul&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Updates to SharePoint adapter&lt;/strong&gt; – The updated SharePoint adapter lets you choose between the client-side object model and the server-side object model for connecting to a SharePoint Server.&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;Related Links&lt;/li&gt;      &lt;ul&gt;       &lt;li&gt;&lt;a title="SharePoint Services Adapter" href="http://msdn.microsoft.com/en-us/library/jj735586(v=bts.80).aspx"&gt;SharePoint Services Adapter&lt;/a&gt;&lt;/li&gt;     &lt;/ul&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;The new SFTP adapter&lt;/strong&gt; – BizTalk Server 2013 includes a new SFTP adapter to send and receive messages from a secure FTP server using the SSH file transfer protocol.&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;Related Links&lt;/li&gt;      &lt;ul&gt;       &lt;li&gt;&lt;a title="SFTP Adapter" href="http://msdn.microsoft.com/en-us/library/jj684551(v=bts.80).aspx"&gt;SFTP Adapter&lt;/a&gt;&lt;/li&gt;     &lt;/ul&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Configuring handlers for dynamic send ports&lt;/strong&gt; – BizTalk Server 2013 now provides the option to set a host handler instead of always using the adapter’s default host.&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;Related Links&lt;/li&gt;      &lt;ul&gt;       &lt;li&gt;&lt;a title="Dynamic Send Port Handler is Configurable" href="http://msdn.microsoft.com/en-us/library/jj684557(v=bts.80).aspx"&gt;Dynamic Send Port Handler is Configurable&lt;/a&gt;&lt;/li&gt;     &lt;/ul&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Tracking dependencies between artifacts&lt;/strong&gt; – BizTalk Server artifacts can be dependent on each other. An orchestration can be dependent on send ports and receive locations, the ports can be dependent on pipelines and maps, so on and so forth. If one of these artifacts has to be updated, there was no easy and obvious way to figure out which other artifacts would be impacted. BizTalk Server Administration console now includes a Dependency Tracking pane that shows these dependencies and let’s you drill down to the last artifact type in the dependency list.&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;Related Links&lt;/li&gt;      &lt;ul&gt;       &lt;li&gt;&lt;a title="Tracking Dependencies Between Artifacts in a BizTalk Server Application" href="http://msdn.microsoft.com/en-US/library/jj684554(v=bts.80).aspx"&gt;Tracking Dependencies Between Artifacts in a BizTalk Server Application&lt;/a&gt;&lt;/li&gt;        &lt;li&gt;&lt;a href="http://adventuresinsidethemessagebox.wordpress.com/2012/11/07/biztalk-2013-beta-new-features-dependency-modelling-in-the-administration-console/" target="_blank"&gt;Dependency Modeling in the Administration Console&lt;/a&gt;&lt;/li&gt;     &lt;/ul&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Integrated ESB Toolkit&lt;/strong&gt; – ESB Toolkit is now included as part of the BizTalk Server core offering. The ESB Toolkit installation is now included as part of BizTalk Server installation and the configuration experience is much simpler as well.&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;Related Links&lt;/li&gt;      &lt;ul&gt;       &lt;li&gt;&lt;a title="Installing and Configuring the Microsoft BizTalk ESB Toolkit" href="http://msdn.microsoft.com/en-us/library/jj684558(v=bts.80).aspx"&gt;Installing and Configuring the Microsoft BizTalk ESB Toolkit&lt;/a&gt;&lt;/li&gt;     &lt;/ul&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Changes to BAM Alerts&lt;/strong&gt; – BAM alerts had a dependency on SQL Server Notification Services (SSNS). SSNS was deprecated in SQL Server 2008 and removed in SQL Server 2012. So, for users to configure BAM Alerts if they had SQL Server 2012 as the backend database, a new option had to be introduced. That was done in the shape of an Alert Host Service that now runs and has a dependency on the Database Mail feature of SQL Server. So, if you have SQL Server 2008, BAM Alerts would continue to use SSNS. If you have SQL Server 2012, the Alert Host Service is used in conjunction with the Database Mail feature to provide BAM related alerts.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Updates in the platform stack&lt;/strong&gt; – BizTalk Server 2013 supports the following &lt;em&gt;new&lt;/em&gt; versions of the software dependency stack&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;Windows Server 2008 R2 SP1, Windows Server 2012, Windows 7 SP1, Windows 8.&lt;/li&gt;      &lt;li&gt;.NET Framework 4.5&lt;/li&gt;      &lt;li&gt;Visual Studio 2012&lt;/li&gt;      &lt;li&gt;SQL Server 2012 and SQL Server 2008 SP1&lt;/li&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;For a complete list of software stack supported, see &lt;a title="Hardware and Software Requirements" href="http://msdn.microsoft.com/en-us/library/jj248697(v=bts.80).aspx"&gt;Hardware and Software Requirements&lt;/a&gt;.&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt; &lt;/blockquote&gt;  &lt;ul&gt;   &lt;ul&gt;&lt;/ul&gt; &lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10368786" width="1" height="1"&gt;</content><author><name>Nitin Mehrotra_MSFT</name><uri>http://blogs.msdn.com/nitinme/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>What do you want to see in the official documentation for BizTalk Server 2013 Beta and Service Bus EAI/EDI Labs?</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/nitinme/archive/2012/11/15/what-do-you-want-to-see-in-the-official-documentation-for-biztalk-server-2013-beta-and-service-bus-eai-edi-labs.aspx" /><id>http://blogs.msdn.com/b/nitinme/archive/2012/11/15/what-do-you-want-to-see-in-the-official-documentation-for-biztalk-server-2013-beta-and-service-bus-eai-edi-labs.aspx</id><published>2012-11-14T21:10:42Z</published><updated>2012-11-14T21:10:42Z</updated><content type="html">&lt;p&gt;I am reaching out to the BizTalk community to come up with a list a scenarios that you want to be documented as part of the official documentation from Microsoft. You can share with us scenarios that are:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Hybrid&lt;/strong&gt; – Scenarios that involve both BizTalk Server as well as Service Bus EAI/EDI Labs. This could be a scenario where a part of the solution is hosted on the cloud while the remaining part of the solution is hosted on-premise using BizTalk Server. You could also have hybrid scenarios that involve all the processing on the cloud and then the output data is stored on on-prem LOBs.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Purely cloud&lt;/strong&gt; – Scenarios where the entire solution is set up using cloud-based technologies, end to end. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;No solution can be set up around a single technology. So, needless to say, you can suggest scenarios/solutions that involve different technologies including but not limited to Service Bus, Windows Azure SQL Database, etc. &lt;/p&gt;  &lt;p&gt;This is your chance to have your scenarios addressed and included as guidance in the Help documentation. So, reach out and let me know and we’ll work on prioritizing and providing a solution, either in the shape of a sample, a blog post, or including that in the official Help documentation. You can provide your inputs either as comments to this blog post or &lt;a href="mailto:nitin-mehrotra@hotmail.com?subject=Scenario suggestions"&gt;drop me an e-mail&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10368661" width="1" height="1"&gt;</content><author><name>Nitin Mehrotra_MSFT</name><uri>http://blogs.msdn.com/nitinme/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>BizTalk Server 2010 R2 – July 2012 CTP!!</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/nitinme/archive/2012/09/17/biztalk-server-2010-r2-july-2012-ctp-is-here.aspx" /><id>http://blogs.msdn.com/b/nitinme/archive/2012/09/17/biztalk-server-2010-r2-july-2012-ctp-is-here.aspx</id><published>2012-09-17T02:20:15Z</published><updated>2012-09-17T02:20:15Z</updated><content type="html">&lt;p&gt;Exciting times !! After a gap of two years BizTalk Server is kicking back again, and it’s not just kicking, it’s roaring!! Through this blog, I attempt to put down a list of new features and updates that have been introduced in the CTP.&amp;#160; &lt;/p&gt;  &lt;p&gt;There are two broad categories of offerings for BizTalk Server 2010 R2 CTP. They are:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Updates to BizTalk Server &lt;/li&gt;    &lt;li&gt;Support for running BizTalk Server on an Azure VM&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h2&gt;Availability&lt;/h2&gt;  &lt;p&gt;The July 2012 CTP of BizTalk Server 2010 R2 is available as a managed Technology Adoption Program (TAP). If you are interested, please let me know and I should be able to connect you with the team driving the TAP engagements. To reach me you can either leave a comment on this post or tweet me at @nitin_msft.&lt;/p&gt;  &lt;h2&gt;&amp;#160;&lt;/h2&gt;  &lt;h2&gt;Updates to BizTalk Server&lt;/h2&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Enabling connectivity to Azure Service Bus assets&lt;/strong&gt; – This is the BIG new feature introduced in the CTP. BizTalk Server now boasts of out-of-the-box adapters that enable you to send and receive messages from Azure Service Bus entities like Queues, Topics, and Relays. BizTalk Server now has an SB-Messaging adapter that you could use to send and receive messages from a Service Bus Queue or a Topic. Two more adapters (WCF-BasicHttpRelay and WCF-NetTcpRelay) adapters enable you to send and receive messages using the &lt;a href="http://msdn.microsoft.com/en-us/library/windowsazure/microsoft.servicebus.basichttprelaybinding.aspx" target="_blank"&gt;BasicHttpRelayBinding&lt;/a&gt; and the &lt;a href="http://msdn.microsoft.com/en-us/library/windowsazure/microsoft.servicebus.nettcprelaybinding.aspx" target="_blank"&gt;NetTcpRelayBinding&lt;/a&gt; respectively. Here are the list of adapters that enable you to do this:&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-US/library/jj572852(v=bts.80).aspx"&gt;SB-Messaging Adapter&lt;/a&gt;&lt;/li&gt;      &lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-US/library/jj572839(v=bts.80).aspx"&gt;WCF-BasicHttpRelay Adapter&lt;/a&gt;&lt;/li&gt;      &lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-US/library/jj572847(v=bts.80).aspx"&gt;WCF-NetTcpRelay Adapter&lt;/a&gt;&lt;/li&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Making BizTalk RESTful&lt;/strong&gt; – A while back I had written a whitepaper on &lt;a href="http://social.technet.microsoft.com/wiki/contents/articles/2474.invoke-restful-web-services-with-biztalk-server-2010.aspx" target="_blank"&gt;how to send REST messages using BizTalk Server&lt;/a&gt;. The article talks about how to use the WCF-Custom adapter to send messages to invoke REST interfaces. With the addition of WCF-WebHttp adapter, it is now as seamless as it could be to send messages to a REST resource. Moreover, you could also use the WCF-WebHttp adapter to receive RESTful messages into BizTalk Server.&lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;You can read more about the adapter at &lt;a href="http://msdn.microsoft.com/en-US/library/jj572846(v=bts.80).aspx"&gt;WCF-WebHttp Adapter&lt;/a&gt;.&lt;/p&gt; &lt;/blockquote&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Support for the new platform stack&lt;/strong&gt; – BizTalk Server 2010 R2 supports the latest versions of the platform stack. For the CTP release, the supported versions of the platform stack are:&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;Windows Server 2008 R2 SP1 and Windows Server 2012 RC&lt;/li&gt;      &lt;li&gt;.NET Framework 4.5&lt;/li&gt;      &lt;li&gt;Visual Studio 2012 RC&lt;/li&gt;      &lt;li&gt;SQL Server 2012 and SQL Server 2008 R2 SP1&lt;/li&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;You can read more about this at &lt;a href="http://msdn.microsoft.com/en-US/library/jj248697(v=bts.80).aspx"&gt;Hardware and Software Requirements&lt;/a&gt;.&lt;/p&gt; &lt;/blockquote&gt;  &lt;h2&gt;Support for Running BizTalk Server on an Azure VM&lt;/h2&gt;  &lt;p&gt;This is another key offering in the current CTP for BizTalk Server 2010 R2. Windows Azure now offers the capability to run &lt;a href="http://msdn.microsoft.com/en-us/library/windowsazure/jj156143.aspx" target="_blank"&gt;Windows Azure VMs&lt;/a&gt;. You can host these VMs on Windows Azure and install applications like Microsoft SharePoint, SQL Server, etc. With the CTP, you also have an option to setup and configure a Windows Azure VM running BizTalk Server 2010 R2. You can either configure a single-node BizTalk Server setup or a multi-node BizTalk Server setup. For more information, see &lt;a href="http://msdn.microsoft.com/en-us/library/jj248689(v=bts.80).aspx"&gt;Configure BizTalk Server 2010 R2 on a Windows Azure VM&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10349984" width="1" height="1"&gt;</content><author><name>Nitin Mehrotra_MSFT</name><uri>http://blogs.msdn.com/nitinme/ProfileUrlRedirect.ashx</uri></author></entry></feed>