Hi Experts,
I have a requirement where I have two different messages on the source side one target message. One node in the Target structure should repeat as many times as one node from each of the source messages.
Eg:
<SourceMessage1>
<DocList>
<DocList>
</SourceMessage1>
<SourceMessage2>
<DocList>
<DocList>
</SourceMessage2>
Target Structure should be:
<Target>
<Msg1DocList>
<Msg1DocList>
<Msg2DocList>
<Msg2DocList>
</Target>
Please provide solution to the above query.
Thanks,
Abhishek.