Build API - Download Package Function

0
Hi,    I m trying to build an deployment helper in mendix using the REST APIs given by MENDIX. I m facing issue for a particular fucntion i.e download function.After hitting the services for the downloading the package ,  I m unable to find the attachment in the SOAP - UI. Also i m not sure how will I implement this in the MENDIX for the DOWNLOAD of the file . Could anyone help me in this?    
asked
1 answers
0

Hi Swathi,

 

I've tested this with one of my own projects. It does work but I also do not see an attachment in soapui. I do see an XML string in the XML tab. This XML contains the base64 encoded string of the deployment package. I had a rather large package, this slowed soapui down a lot...


If you cannot find this please check the raw response, what does that say?

answered