BizTalk Framework Disassembler Pipeline Component

The BizTalk Framework Disassembler pipeline component parses XML data and determines whether it contains a BizTalk Framework-based messaging payload. The pipeline component saves the message context, and a new message context is created with the BizTalk Framework property that needs to be generated. This property is used to route the message to the BizTalk Framework inbound handler, so it can receive the message to process.

The BizTalk Framework Disassembler pipeline component generates an acknowledgment for the generated message if the sender requested one using the deliverReceiptRequest header within the BizTalk Framework envelope. This is controlled by the generate delivery receipt property in the BizTalk Framework Assembler pipeline component. For more information about the BizTalk Framework, see BizTalk Framework Assembler Pipeline Component.

For information about configuring the BizTalk Framework Disassembler pipeline component and creating the orchestration, see How to Configure the BizTalk Framework Disassembler Pipeline Component.

See Also

How to Configure the BizTalk Framework Disassembler Pipeline Component
Pipeline Components