Microsoft BizTalk Server

From Wikipedia, the free encyclopedia

Microsoft BizTalk Server, often referred to as simply "BizTalk", is a business process management (BPM) server. Through the use of "adapters" which are tailored to communicate with different software systems used in a large enterprise, it enables companies to automate and integrate business processes. Offered by Microsoft, it provides the following functions: Business Process Automation, Business Process Modeling, Business-to-business Communication, Enterprise Application Integration and Message broker[1].

In a common scenario, BizTalk enables companies to integrate and manage 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 Visual Studio .NET.

Contents

[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 and Windows Workflow Foundation - (Release date October 2nd 2007) For Microsoft .net 3.5)

[edit] Features

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

  • The use of adapters to simplify integration to Line of Business Applications (eg. Siebel, SAP, JD Edwards, Oracle), Databases (SQL Server, Oracle, DB2) and other Technologies (Tibco, J2EE, etc)
  • An engine for modelling Business Rules in a pseudo-English format. This is a forward chaining rule engine.
  • Business Activity Monitoring (BAM), which allows a dashboard, graphical view on how the modelled Business Processes are doing.
  • A unified Administration Dashboard for monitoring deployments of solutions, etc on BizTalk servers in your environment.
  • Accelerators which offer support for standards like RosettaNet, HL7, SWIFT, etc.
  • Ability to do graphical modelling of business processes in visual studio, graphically mapping (with the assistance of functoids) between different message formats, and building pipelines to decrypt, verify, parse messages as they enter the system via adapters.
  • Users can easily do their business management processes through implementing Orchestrations.
  • BizTalk integrates with other Microsoft products like Office, Infopath and SharePoint for interacting with humans during a Workflow.
  • Extensive support for Webservices (consuming and exposing)
  • RFID support in the newest version (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 active subscribers. [2]

[edit] Adapters

BizTalk uses adapters for communications with different protocols, and specific software products such as Sharepoint. Some of the adapters that were included in Server 2006 product included the Base EDI (Covast), File, HTTP, FTP, SMTP, POP3, SOAP, SQL, MSMQT, Web Services Enhancements (WSE) 2.0, and the Windows SharePoint Service (WSS) adapters. Some are available through third parties.

[edit] External links