Retrieve document thru webservice

0
Is it possible to call a webservice that gives an document as response? This object must be stored in an mendix object that derives from FileDocument.
asked
1 answers
2

Assuming the published webservice is a Mendix webservice: yes, there should be some information on that in the documentation. If it's not a mendix webservice then it depends on how the document is encoded. At the moment we only support base64 encoded (inline, or inband) binary transfers.

answered