April 14, 2020
Estimated Post Reading Time ~

Creating an AEM HTML Template Language Component that displays data from a SOAP Web Service

You can create an Adobe Experience Manager (AEM) HTML Template Language (HTL) component that displays data retrieved from a third-party web service. An HTL component can dynamically display a different data set based upon the return value of the SOAP web service. For example, assume you want to display cities located in a Country. Using an HTL component dialog, you can specify the Country, such as the United States, and the number of cities to return. A web service call is made from the Java part of the HTL component and the result set is displayed in the HTL component, as shown in the following illustration.


This development article walks you through how to build an AEM HTL component that dynamically displays content based on data returned from a third-party web service.

To read this development article for 6.2, click -- https://helpx.adobe.com/experience-manager/using/htl_soap_aem.html.

For 6.3 - click https://helpx.adobe.com/experience-manager/using/htl63_soap_aem.html.


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.