180 likes | 375 Views
Microsoft BizTalk Server . 2002/04/23 李宣鋒. Outline. Why BizTalk Server? What is BizTalk Server?. Why BizTalk Server?. Dynamic business relatoinships, quickly adaption It ’ s imperative to ensure to use commonly accepted protocols and document formats Security
E N D
Microsoft BizTalk Server 2002/04/23 李宣鋒
Outline • Why BizTalk Server? • What is BizTalk Server?
Why BizTalk Server? • Dynamic business relatoinships, quickly adaption • It’s imperative to ensure to use commonly accepted protocols and document formats • Security • Support legacy systems, EDI networks(X12, EDIFACT) • EDI: Electronic Data Interchange • Development and execution environment that orchestrates business processes
What’s BizTalk Server • BizTalk Editor • BizTalk Mapper • BizTalk Document Tracking • BizTalk Orchestration Designer • BizTalk Messaging Manager • BizTalk Server Adminitration
BizTalk Editor • Define document specification • Support X12, EDIFACT document • After editing, save the specification to WebDAV repository • Web Distributed Authoring and Versioning (WebDAV) is IETF standard for collaborative authoring on the web. Facilitates collaborative editing and file management between users located remotely from each other on the internet. (rfc2518)
BizTalk Mapper • Different document formats between companies • Some business process information is included in the request • receiver should transform this information • Internet standard: XSLT • Mirroring, Functoids
BizTalk Document Tracking • Track and analyze business and technical metrics on the data moving through the system
BizTalk Orchestration Designer • Integrate business-process design and implementation phase within a unified graphical design environment • Business level can be rapidly reflected at implementation level • Support concurrent process, multi-tasking, robust, long-running process that span
Compile it! • After design and implementation, save the result, and compile it to XLANG schedule • XLANG schedule: defined by XLANG language • XLANG language: expressed in XML to describe logical sequence of business processes, as well as implementation
BizTalk Messaging Manager • Messaging ports • Destination properties • Security, transport…etc. • Can be XLANG schedule, file, Messaging Queueing…etc. • Messagin channels • Identify the source
BizTalk Server Administration • Receive functions • No need to communicate with BizTalk Server (monitoring a location) • Etc…
Reference • http://www.microsoft.com/biztalk/