Using Correlation in a sequential convoy
February 17, 2009, 2:56 pm
Filed under: Biztalk 2004, Examples | Tags: BizTalk, Biztalk Server 2004, Correlation, FFDasm, FlatFile
Filed under: Biztalk 2004, Examples | Tags: BizTalk, Biztalk Server 2004, Correlation, FFDasm, FlatFile
Problem
The problem is that I’m receiving a header and a detail file (both are flatfiles) in the same directory with different filenames and I need to merge those two files together and transform it into our standard xml format.
Solution
After some thinkwork I decided to create two pipeline components and two inbound xsd-schemas to disassemble the inbound message into xml files. With this solution it does not matter if we receive the header of detail first. We just wrap it in one Wrapper xml and passes it to the orchestration. (more…)
1 Comment