Hello gurus,
I'm receiving multiple files with the SOAP adapter in the following format:
Now, I need to write these into a directory using File(NFS) receiver adapter. I know that receiver file adapter does not support attachments.
So, I was thinking of zipping all files and writing that single file as the request message. But I am not quite sure how I can achieve that. Use a Java mapping to zip files first and add it as an attachment to the message, and use PayloadSwapBean in receiver file adapter to use the attachement as main payload? Or what other path can I follow?
Regards,
Gökhan