Samiksha Jaiswal (Editor)

Microsoft BizTalk Server

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Developer(s)
  
Microsoft

Platform
  
IA-32 or x64

Development status
  
Active

Initial release
  
19 December 2000; 16 years ago (2000-12-19)

Stable release
  
2016 / 1 December 2016; 3 months ago (2016-12-01)

Operating system
  
Windows Server 2016, Windows Server 2012 R2, Windows 10, Windows 8.1

Microsoft BizTalk Server (or simply "BizTalk") is an Inter-Organizational Middleware System (IOMS) that enables companies to automate business processes, through the use of adapters which are tailored to communicate with different software systems used in an enterprise. Created by Microsoft, it provides enterprise application integration, business process automation, business-to-business communication, message broker and business activity monitoring.

Contents

BizTalk Server was previously positioned as both an application server and an application integration server. Microsoft changed this strategy when they released the AppFabric server which became their official application server. Research firm Gartner consider Microsoft's offering one of their 'Leaders' for Application Integration Suites. While there is discussion of the product direction of BizTalk, especially with cloud software becoming more common, Microsoft continues to support and update the product and offer coverage at their popular conferences such as Worldwide Partner Conference.

In a common scenario, BizTalk enables companies to integrate and manage automated business processes by exchanging business documents such as purchase orders and invoices between disparate applications, within or across organizational boundaries.

Development for BizTalk Server is done through Microsoft Visual Studio. A developer can create transformation maps transforming one message type to another. (For example, an XML file can be transformed to SAP IDocs.) Messages inside BizTalk are implemented through the XML documents and defined with the XML schemas in XSD standard. Maps are implemented with the XSLT standard. Orchestrations are implemented with the WS-BPEL compatible process language xLANG. Schemas, maps, pipelines and orchestrations are created visually using graphical tools within Microsoft Visual Studio. The additional functionality can be delivered by .NET assemblies that can be called from existing modules—including, for instance, orchestrations, maps, pipelines, business rules.

History

Starting in 2000, the following versions were released:

  • 2000 - BizTalk Server 2000
  • 2002 - BizTalk Server 2002
  • 2004 - BizTalk Server 2004 (First version to run on Microsoft .NET 1.0)
  • 2006 - BizTalk Server 2006 (First version to run on Microsoft .NET 2.0)
  • 2007 - BizTalk Server 2006 R2 (First version to utilize the new Windows Communication Foundation (WCF) via native adapter - (Release date 2 October 2007))
  • 2009 - BizTalk Server 2009 (First version to work with Visual Studio 2008)
  • 2010 - BizTalk Server 2010 (First version to work with Visual Studio 2010 and Microsoft .NET 4.0)
  • 2013 - BizTalk 2013 (First version to work with Visual Studio 2012 and Microsoft .NET 4.5)
  • 2014 - BizTalk 2013 R2 (First version to work with Visual Studio 2013 and Microsoft .NET 4.5.1)
  • 2016 - BizTalk Server 2016
  • Features

    The following is an incomplete list of the technical features in the BizTalk Server:

  • The use of adapters to simplify integration to line of business (LOB) applications (Siebel, SAP, IFS Applications, JD Edwards, Oracle, Microsoft Dynamics CRM), databases (Microsoft SQL Server, Oracle Database and DB2) and other Technologies (TIBCO and Java EE)
  • Accelerators offer support for enterprise standards like RosettaNet, HL7, HIPAA and SWIFT.
  • Business rules engine (BRE). This is a Rete algorithm rule engine.
  • Business activity monitoring (BAM), which allows a dashboard, aggregated (PivotTable) view on how the Business Processes are doing and how messages are processed.
  • A unified administration console for deployment, monitoring and operations of solutions on BizTalk servers in environment.
  • Built-in electronic data interchange (EDI) functionality supporting X12 and EDIFACT, as of BizTalk 2006 R2.
  • Ability to do graphical modelling of business processes in Visual Studio, model documents with XML schemas, graphically mapping (with the assistance of functoids) between different schemas, and building pipelines to decrypt, verify, parse messages as they enter or exit the system via adapters.
  • Users can automate business management processes via Orchestrations.
  • BizTalk integrates with other Microsoft products like Microsoft Dynamics CRM, Microsoft SQL Server, and SharePoint to allow interaction with a user participating in a workflow process.
  • Extensive support for web services (consuming and exposing)
  • RFID support, as of BizTalk 2006 R2.
  • Human-centric processes cannot be implemented directly with BizTalk Server and need additional applications like Microsoft SharePoint server.

    Architecture

    The BizTalk Server runtime is built on a publish/subscribe architecture, sometimes called "content-based publish/subscribe". Messages are published into BizTalk,transformed to the desired format, and then routed to one or more subscribers.

    BizTalk makes processing safe by serialization (called dehydration in Biztalk's terminology) - placing messages into a database while waiting for external events, thus preventing data loss. This architecture binds BizTalk with Microsoft SQL Server. Processing flow can be tracked by administrators using an Administration Console. BizTalk supports the transaction flow through the whole line from one customer to another. BizTalk orchestrations also implement long-running transactions.

    Adapters

    BizTalk uses adapters for communications with different protocols, message formats, and specific software products. Some of the adapters are: EDI, File, HTTP, SFTP, FTP SMTP, POP3, SOAP, SQL, MSMQ, MLLP, Microsoft SharePoint Server, IBM mainframe zSeries (CICS and IMS) and midrange iSeries (AS/400) server, IBM DB2, IBM WebSphere MQ adapters.

    The WCF Adapter set was added with 2006 R2. It includes: WCF-WSHttp, WCF-BasicHttp, WCF-NetTcp, WCF-NetMsmq, WCF-NetNamedPipe, WCF-Custom, WCF-CustomIsolated adapters. Microsoft also ships a BizTalk Adapter Pack that includes WCF-based adapters for LOB systems. Currently, this includes adapters for SAP and Oracle database, Oracle E-Business Suite, Microsoft SQL Server, MySQL, PeopleSoft Enterprise and Siebel Systems.

    Additional adapters (for Active Directory, for example) are available from third party Microsoft BizTalk core partners.

    Alternatives

    The main competitors are:

  • Composable Software
  • Tibco BW
  • SEEBURGER BIS
  • IBM Integration Bus
  • IBM Sterling B2B
  • webMethods
  • Oracle SOA Suite, also known as the Fusion Stack, notably Oracle Service Bus (OSB) which is akin to Biztalk.
  • Mule ESB
  • JBOSS ESB, an open source service bus
  • Cleo (company)
  • References

    Microsoft BizTalk Server Wikipedia