Hi,
A newbie to BizTalk, I have found a lot of information on de-batching messages. But my concern is to batch incoming messages.
I would be using a File Receive Adapter. I need to accept various XML input messages (may be at any time during the day) . There is a need to Batch these XML messages and at the end of the day I must send a Batched Flat File.
Conversion from XML to Flat file is not a problem. But my concern is how do I store the various Input messages and then create a batch. I tried using a map with looping, but the map works on every single input sent to it.
Must I write a DotNet component etc. Please can anyone help me with the approach.
Thanks in advance