Question
4
Replies
819
Views
ANZ
Posted: May 28, 2017
Last activity: September 13, 2017
Closed
How to upload zip files in JFROG Artifactory from Pega?
Hi,
I am using the Rest API to upload ZIP File in Artifactory from Pega.
But the ZIP file uploaded in Artifactory seems to be corrupted. So, It's not opening. I understand that it is because the ZIP file is binary file, it needs to be handled differently while sending request message to Artifactory via Rest. But , I am not sure how to do that. Any suggestions please?
Regards,
Vinoth
***Updated by moderator: Lochan to update Categories***
I dont think we support attaching binary content over REST protocol. For this you should try using CMIS connector or use SOAP or SOAP with MTOM.