แก้ไข

แชร์ผ่าน


Lesson 3: Adding a Custom Receive Pipeline

In this lesson you create a custom receive pipeline using BizTalk Pipeline Designer. A custom receive pipeline is a pipeline that is run on messages after the adapter receives the messages, but before A4SWIFT publishes them to the MessageBox database.

You configure the custom pipeline to use the SWIFT disassembler (DASM) component. The SWIFT disassembler takes a SWIFT-formatted flat file and converts, or parses, the content of the SWIFT message into an XML-based representation, which BizTalk Server can consume.

The MT103 runtime schema that you added in the previous step (Lesson 2: Adding Project References) is the format that you use for the conversion.

To create a new custom receive pipeline

  1. In Solution Explorer, right-click the SWIFTPipelines project, point to Add, and then click New Item.

  2. In the Add New Item-SWIFTPipelines dialog box, click Pipeline Files in the Categories pane, and then select Receive Pipeline from the Templates pane.

  3. In the Name box, type MT103ReceivePipeline.btp.

  4. Click Add to open the blank pipeline in BizTalk Pipeline Designer.

    An empty pipeline appears in the BizTalk Pipeline Designer. Visual Studio also adds the new pipeline to Solution Explorer under the SWIFTPipelines project.

    Proceed to Lesson 4: Adding the SWIFT Assembler and Disassembler to the Toolbox.