Biztalk Orchestration Question:

Tell us which Interfaces do you need to implement in a disassembling custom pipeline component?

Biztalk Orchestration Interview Question
Biztalk Orchestration Interview Question

Answer:

A disassembling pipeline component receives one message on input and produces zero or more messages on output. Disassembling components are used to split interchanges of messages into individual documents. Disassembler components must implement the following interfaces:
☛ IBaseComponent.
☛ IDisassemblerComponent.
☛ IComponentUI.
☛ IPersistPropertyBag.


Previous QuestionNext Question
Tell me is it possible to use Message Assignment shape and Transform shape individually?Tell me can we use message metadata in Orchestration?