[Previous] [Contents] [Next]

Pipelines

Pipelines connect an inbound agreement to an outbound agreement. For example, you could have an inbound agreement created from an order application that takes orders and sends them to BizTalk Server 2000. Once they arrive on BizTalk Server 2000, an outbound agreement is used to send these orders to a distributor. The connection of the inbound and outbound agreements creates a pipeline.

To create a pipeline, you must always select the outbound agreement first. Click on the Northwind Traders Europe Outbound agreement. On the File menu, choose New, and then choose Pipeline. The Pipeline Editor opens in the lower-right pane of the BizTalk Management Desk. In this example, orders will be sent from the Internal Orders department to BizTalk Server 2000 and then forwarded to the European offices. We will use the two agreements we have created to do this.

In the Pipeline Editor, type PO Pipeline as the pipeline name. Click the Inbound Agreement icon to open the Select An Inbound Agreement screen. Choose Northwind Internal, and then choose CommonPO.xml as the inbound and outbound document definitions. Click Save. To view the pipeline you have created, go to the View menu and choose Pipeline. This will open the Pipeline Viewer, where you can view the available pipelines.

[Previous] [Contents] [Next]