how to access SAOP(wsd) in aem? | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Ratna_Kumar

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.

3 replies

Ratna_Kumar
Ratna_KumarAccepted solution
Level 10
April 13, 2017

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.

smacdonald2008
Level 10
April 13, 2017

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. 

kautuk_sahni
Community Manager
Community Manager
April 17, 2017

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

Kautuk Sahni