BizTalk Experts


Promoted and Distinguished Fields

You can access an attribute or element in two different ways within Biztalk using ‘Distinguished Fields’ and ‘Promoted Properties’. A basic rule for ‘which to use’ would be: Always use a Distinguished Field, unless you need to route, track, or correlate on the content, then use promoted fields. (more…)



Using Correlation in a sequential convoy
February 17, 2009, 2:56 pm
Filed under: Biztalk 2004, Examples | Tags: , , , ,

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…)