MS BizTalk Connector


BizTalk 2006R Connector:

Senario 1:
Find connections between BizTalk and other systems/libraries.
Using BizTalk Orchestration file (.odx) as an input, a code expression can be part of this file,
this expression can call references libraries or referenced web service. Our product can link these references
if their code is also available.

In the diagram below, an example of an orchestration with a code expression that
references a .Net Library that calls a Java web service.












Senario 2:
Visualize the relationship between the different elements in the Orchestration file.
The orchestration file contain different type of elements, a parser is already developed to Separate
these some of these elements into different data types so that our product can display diagrams showing
The relationships between these elements and link them to any possible external elements.

The different data types are:

MessageDeclaration
MessageRef
Module
OperationDeclaration
PhysicalBindingAttribute
PortDeclaration
PortType
Receive
Send
ServiceBody
ServiceDeclaration

No comments: