- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2019 01:53 AM
I have written a custom rest API in Java for ECM. But not able to see any proper way to consume it from ADF application. How can I consume a custom rest API from ADF application? Is there any dynamic interface to consume rest service? Please help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2019 07:22 PM
Hello,
In this thread you can find the answer to your question.
How to Call Remote API from ADF
You must use the Alfresco Api Service to access an initialized AlfrescoJSApi instance and then call the method executeWebScript.
https://www.alfresco.com/abn/adf/docs/core/alfresco-api.service/
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2019 07:22 PM
Hello,
In this thread you can find the answer to your question.
How to Call Remote API from ADF
You must use the Alfresco Api Service to access an initialized AlfrescoJSApi instance and then call the method executeWebScript.
https://www.alfresco.com/abn/adf/docs/core/alfresco-api.service/
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2019 08:10 AM
Thanks a lot.
