Merging multiple files from decompressed ZIP to target message

Home Page Forums BizTalk 2004 – BizTalk 2010 Merging multiple files from decompressed ZIP to target message

Viewing 0 reply threads
  • Author
    Posts
    • #26138

      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

Viewing 0 reply threads
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.