Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.
SOLVED

how to access SAOP(wsd) in aem?

Avatar

Level 4

how to access SAOP(wsd) in aem? 

1 Accepted Solution

Avatar

Correct answer by
Level 10

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.

View solution in original post

3 Replies

Avatar

Correct answer by
Level 10

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.

Avatar

Level 10

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. 

Avatar

Administrator

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