Send a binary file in a Restful call
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2020 05:48 AM
Hi all,
I need to make an API POST call from a workflow, and as part of the request I need to send a binary (zip) file. Is this possible in APS? Any help would be much appreciated. Thanks!.
- Labels:
-
Alfresco Process Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2020 07:13 AM
Hi @jose_leon_coupa,
Does this help?
Problem solved? Click Accept as Solution!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2020 07:51 AM
Hi Eddie,
Thanks for your reply. What I'm trying to achieve is to use a "Rest call task" in APS to push some data to an external system (not to Alfresco Repository). As part of the Restful call i need to pass a zip file to that external system; so I'm trying to find out if is possible to handle binary data (the zip file) in the BPMN Editor. Any advice? Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2020 12:47 PM
Hi @jose_leon_coupa,
Have you had a look at this API to integrate Alfresco Process Services with external applications?
Problem solved? Click Accept as Solution!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2020 03:27 AM
Hi @EddieMay
Thanks again for your note. Yes, I looked at the APS API, but in my case I'm not trying to call APS API, but another API from an external system. I'm building a workflow in APS and in it I'm using a Rest ful activity to call the external system. My problem is that as part of the call I need to send a binary file, and I'm struggling to find out how to do this.
Best regards,
Jose
