AEM 6.2 : Consume XML from external application
Is there an OOTB functionality or component available in AEM 6.2 to consume XML data from external application?
Is there an OOTB functionality or component available in AEM 6.2 to consume XML data from external application?
You would need to write a Java service using Java APIS like org.w3c.dom that can work with XML. We have a community article that works with XML that can act as an example to get you up and running:
https://helpx.adobe.com/experience-manager/using/querying-experience-manager-data-using1.html
Also - i assume you would need to make a call to get the XML using somethign like a Restful call. We have some examples of that as well.
Hope this helps.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.