how to access SAOP(wsd) in aem?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Vijay,
We have a community article on this topic.
Creating AEM Services using Apache CXF that consume web services
//https://helpx.adobe.com/experience-manager/using/creating-cxf-bundles-consume-web.html
Hope this helps!
~ Ratna.
Views
Replies
Total Likes
Hi Vijay,
We have a community article on this topic.
Creating AEM Services using Apache CXF that consume web services
//https://helpx.adobe.com/experience-manager/using/creating-cxf-bundles-consume-web.html
Hope this helps!
~ Ratna.
Views
Replies
Total Likes
As shown in this article, you need to create Java proxy classes using a tool like CFX. THen you place the proxy classes into an OSGi bundle and now the bundle knows how to invoke the 3rd party web service.
Views
Replies
Total Likes
This requirement would be done at the Java level. So in your Java proxy classes, ensure you have the correct application logic to consume the encrypted SOAP call. There is no configuration setting on the AEM side. All the logic has to be within Java app logic. Have a look at the article shared by Ratna.
~kautuk
Views
Replies
Total Likes
Views
Likes
Replies