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.
Solved! Go to Solution.
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,
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,
Thanks a lot.
Discussions, help and advice about the Alfresco Development Framework.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.