BizTalk Server

From Wikipedia, the free encyclopedia

Microsoft BizTalk Server, often referred to as simply "BizTalk", is an . Through the use of "adapters" which are tailored to communicate with different systems used in an enterprise, it enables companies to automate business processes. Offered by Microsoft, it provides the following functions: Enterprise Application Integration,Business Process Automation, Business-to- business Communication, , and Business Activity Monitoring. Recently[when?] the BizTalk Server is repositioned not only as the Application Integration Server but also as the .

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. Human-centric processes cannot be implemented directly with BizTalk Server and need additional applications like Microsoft SharePoint server.

Development for BizTalk Server is done through . A developer can create transformation maps transforming one message type to another (for example an XML file can be transformed to SAP IDocs, etc.). 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, or pipelines.

Contents

[hide]

1 Versions for Windows

2 Features

3 Architecture

4 Adapters

5 References

6 Alternatives

7 External links

[edit]Versions for Windows

 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 October 2, 2007))  2009 - BizTalk Server 2009 (First version to work with Visual Studio 2008)  2010 - BizTalk Server 2010[1] (First version to work with Visual Studio 2010) [edit]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 Applications (e.g. Siebel, SAP, IFS Applications, JD Edwards, Oracle, Dynamics CRM), Databases (Microsoft SQL Server, Oracle, DB2) and other Technologies (Tibco, Java EE, etc.)  An engine for modelling Business Rules in a pseudo-English format. 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 monitoring deployments and operations of solutions, etc. on BizTalk servers in your environment.

 Built-in EDI (Electronic Data Interchange) functionality supporting X12 and EDIFACT, as of BizTalk 2006 R2.  Accelerators which offer support for standards like RosettaNet, HL7, SWIFT, etc.

 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, SQL Server, and SharePoint to allow interaction with a user participating in a workflow process.  Extensive support for Webservices (consuming and exposing)  RFID support, as of BizTalk 2006 R2. [edit]Architecture

The BizTalk Server runtime is built on a publish/subscribe architecture, sometimes called "content-based publish/subscribe". Messages are published into the system, and then received by one or more subscribers.[2] BizTalk makes processing safe by (called dehydration in Biztalk's terminology) 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.

[edit]Adapters

See [3]. BizTalk uses adapters for communications with different protocols, and specific software products such as SharePoint. Some of the adapters are: EDI, File, HTTP, FTP, SFTP,SMTP, POP3, SOAP, SQL, MSMQ, Windows SharePoint Services (WSS) adapters. The WCF adapter set was added with 2006 R2. Microsoft also ships a BizTalk Adapter Pack that includes WCF-based adapters for Line of Business systems. Currently, this includes adapters for SAP, , Oracle E-Business Suite, SQL, and Siebel.

[edit]References

1. ^ "BizTalk 2009 R2 gets a new name; still due in 2010". ZDNet.

2. ^ "Runtime architecture". Microsoft Developer Network. Retrieved 2008-11-30.

3. ^ "BizTalk Adapters". [edit]Alternatives

The main competitors are:

 WebSphere by IBM,  webMethods by Software AG. [edit]External links

 Official Microsoft BizTalk Server site