Configuring the SWIFT Assembler

The SWIFT assembler performs the following tasks when you invoke it in a Microsoft BizTalk Server send pipeline:

  • Dynamically discovers the message type and resolves the document schema

  • Serializes parsed XML into SWIFT flat files

    You can configure the encoding character set used for encoding the serialized output (for example, to use ASCII or Unicode encoding).

    You configure the SWIFT assembler during development time of the custom send pipeline that uses the SWIFT assembler.

    BizTalk Pipeline Designer configures the SWIFT assembler during development time of the custom send pipeline.

    To configure the SWIFT assembler after it has been added to the assemble stage of a custom send pipeline, select the SWIFT assembler component on the Pipeline Designer canvas. The SWIFT assembler then receives focus, and you can set its configuration properties using the Properties window within Microsoft Visual Studio.NET.

    For a table of available configuration properties and their descriptions and usage details, see SWIFT Assembler Configuration Properties.

    For information about using the SWIFT assembler for different scenarios and setting the configuration properties, see Working with the SWIFT Disassembler and Assembler.

    When the custom pipeline binary is compiled, it statically writes the configuration settings to the custom pipeline. Therefore, you cannot change configuration properties during deployment or run time.

Note

After you configure, compile, and deploy a custom pipeline, changes in the configuration require recompiling and redeployment of the custom pipeline.

For information about creating, building, and deploying custom pipelines, see BizTalk Server Help.

This section contains: