cancel
Showing results for 
Search instead for 
Did you mean: 

SAP PO: File to REST scenario zip all files

0 Kudos

Hi experts,

I am working on PO 7.5. My scenario is File to REST and the requirement is I need to zip three files A, B and C. Where the files B and C should static(pass through) while the file A should go through mapping. The resultant of file A is an XML format. All the three files A(After Mapping),B & C should be zipped together and sent to REST API. So, could anyone suggest the best approach to design the interface? Thanks all.

Accepted Solutions (0)

Answers (1)

Answers (1)

JaySchwendemann
Active Contributor
0 Kudos

Should be doable. Have a look at

  • Additional Files property in sender file adapter
  • Using the XML file as main payload
  • Using Payload Zip Bean at the receiver with option zipAl

Also look here for something similar https://answers.sap.com/questions/378026/multiple-files-zipped-into-single-zip-file-at-the-.html

Edit: There's even a note for this solution: https://launchpad.support.sap.com/#/notes/2791428

Cheers

Jens