Hi
I have this file2file scenario.
Sender:
Is sending 1 zipped file with x numbers of payloads. The payloads are named (all xml files)
type1_a.xml,
type1_b.xml ...
type2_a.xml,
type2_b.xml...
Now, my task is to route all the type1 to one mapping program MP_TYPE1 and
type2 to another mapping program MP_TYPE2.
I believe I need to use PayloadZipBean and probaply also the PayloadSwapbean. I fail to see how to route the different payloads to different mapping programs?
Receiver:
Type1 files go to folder1 and Type2 files go to folder2.
Any help would be greatly appreciated
Cheers