Microsoft BizTalk Server


Microsoft BizTalk Server

Microsoft BizTalk Server, often referred to as simply "BizTalk", is an Enterprise Service Bus. Through the use of "adapters" which are tailored to communicate with different software systems used in an enterprise, it enables companies to automate business processes. Created by Microsoft, it provides the following functions:

  • Enterprise Application Integration
  • Business Process Automation
  • Business-To-Business Communication
  • Message broker, and Business Activity Monitoring

  • Recently the BizTalk Server is repositioned not only as the Application Integration Server but also as the Application Server. 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 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, 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, pipelines, business rules.

    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, Microsoft Dynamics CRM), Databases (Microsoft SQL Server, Oracle, DB2) and other Technologies (Tibco, Java EE, etc.)
  • Accelerators offer support for enterprise standards like RosettaNet, HL7, HIPAA, SWIFT, etc.
  • Business Rule 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[disambiguation needed ] for deployment, monitoring and operations of solutions, etc. on BizTalk servers in environment.
  • Built-in EDI (Electronic Data Interchange) 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, 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.