Hi all,
I hope you can help me to find a solution for following topic 🙂
From an external system I receive ZIP files, containing one XML file and multiple binaries (image, doc, xls etc.), On my target side I have a schema which describes the incoming XML structure and on top the binariy information plus binary data.
TargetSchema:
+ Structure for incoming XML
+ Binaries
+ Binary
+ Filename
+ Filesize
+ …
+ Binarydata
What I would like to achieve is, to decompress the zip (within receive location with custom pipeline or Receive Pipeline in Orchestration) and serialize the binaries and merge the contents to the target message.
Any suggestions how to solve this?
Thank you in advance,
Andreas