April 14, 2020
Estimated Post Reading Time ~

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.

To read this development article - 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.