AEM4BEGINNER blog is for Beginners who are interested in learning Adobe Experience Manager (AEM) aka Adobe CQ5 from basics. The Information provided in this blog is for learning and testing purposes only. Here, I have posted the information which I know or gathered from different sources.
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.
No comments:
Post a Comment
If you have any doubts or questions, please let us know.