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 Experience Manager 6.3 HTL Component that displays data from a SOAP Web Service
You can create an Adobe Experience Manager (AEM) 6.3 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.
The Country and the number of cities to return are specified by the HTL component dialog, as shown here.
This article shows you how to work with Sling Models and an AEM 6.3 HTL component to invoke a third-party SOAP-based web service.
No comments:
Post a Comment
If you have any doubts or questions, please let us know.