Return file (ZIP) from OIC REST HTTP
Summary
Return ZIP file from OICContent
Hi,
I've the need to return an archive from an FTP server via an REST endpoint. However, since there's the limitation of 10 MB on the OIC, I was trying to return this using HTTP attachment (response). However, it seems that I still have to give some sort of structure response (JSON or XML) to be able to get the attachment - and even by doing this, I get the attach as a text file with the multi-part containing the text response and the binary. Is there any guide on how to do this?
0