Jump to content

Microsoft BizTalk Server

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 65.27.250.184 (talk) at 23:19, 4 June 2009 (→‎External links). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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.

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.

See the BizTalk Server Developer Center.

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 via native adapter - (Release date October 2 2007))
  • 2009 - BizTalk Server 2009 (First version to work with Visual Studio 2008)

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, IFS Applications, JD Edwards, Oracle), Databases (Microsoft 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.
  • Built-in EDI (Electronic Data Interchange) functionality supporting X12,HIPAA and EDIFACT.(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, 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 automate business management processes via Orchestrations.
  • BizTalk integrates with other Microsoft products like Office, InfoPath and SharePoint to allow interaction with a user participating in a workflow process.
  • Extensive support for Webservices (consuming and exposing)
  • RFID support in the newest version (BizTalk 2006 R2)

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.[1]

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 Services (WSS) adapters. Some are available through third parties, like the ebXML Messaging Service Adapter provided by Covast.

References

  1. ^ "Runtime architecture". Microsoft Developer Network. Retrieved 2008-11-30. {{cite web}}: Italic or bold markup not allowed in: |publisher= (help)

See also