need help using custom component within receive pipeline

Home Page Forums BizTalk 2004 – BizTalk 2010 need help using custom component within receive pipeline

Viewing 2 reply threads
  • Author
    Posts
    • #15795

      hi,

      I have a custom receive pipeline. I am using the flat file disassembler component to convert flat file data to xml. I developed a custom component in order to change the structure of the xml that is outputed by flat file disassembler component. I have placed the components in the pipeline as follow,

      ==== decode stage ====

      ====disassemble stage ====

         [FLAT FILE COMPONENT]

         [CUSTOM COMPONENT]

      ==== validate stage ====

       [XML VALIDATOR COMPONENT]

      I would like to take the output from flat file component and use it as an input to the custom component. Is this possible? or is there any other way I can achieve the results that i want out of this pipeline.

       Thanks.

    • #15796

      The Disassemble stage of the pipeline is different from other stages. It works on a first match principal and only executes one component.

      What does your custom component do? 

    • #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.

Viewing 2 reply threads
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.