Home Page › Forums › BizTalk 2004 – BizTalk 2010 › need help using custom component within receive pipeline › Re: need help using custom component within receive pipeline
May 19, 2009 at 4:51 AM
#22400
Diassembler (and assembler) stage can not run 2 components in the stage.
You can run two different pipeline components at different places: one in receive port and other in orchestration.
Let the FFDasm run normally by the pipeline manager in receive port and call the custom pipeline component from orchestration.