Hi All,
I am wondering if I can compete the following use cases with the AEM 6.2 REST APIs or if I will need to hit the SOAP APIs?
Thanks!!
Solved! Go to Solution.
Views
Replies
Total Likes
AEM does not expose a WSDL. You cannot communicate with AEM using SOAP. You can, however write a custom service that consumes a 3rd party SOAP service:
http://scottsdigitalcommunity.blogspot.ca/2016/08/creating-aem-html-template-language.html
You need to use GET. POST requests to invoke AEM operations.
Hope this helps...
Views
Replies
Total Likes
AEM does not expose a WSDL. You cannot communicate with AEM using SOAP. You can, however write a custom service that consumes a 3rd party SOAP service:
http://scottsdigitalcommunity.blogspot.ca/2016/08/creating-aem-html-template-language.html
You need to use GET. POST requests to invoke AEM operations.
Hope this helps...
Views
Replies
Total Likes
Thanks
Views
Replies
Total Likes