Biztalk Adapter Question:
Download Questions PDF

Explain me which Interfaces do you need to implement in a disassembling custom pipeline component?

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.

Download Biztalk Adapter Interview Questions And Answers PDF

Previous QuestionNext Question
Explain me how to route binary data?Do you know what is an Adapter?