How To Integrate a SOAP Web-Service For Asix2 in Adobe CQ / WEM | Community
Skip to main content
New Participant
February 26, 2016
Solved

How To Integrate a SOAP Web-Service For Asix2 in Adobe CQ / WEM

  • February 26, 2016
  • 1 reply
  • 1521 views

Hi

We have Soap web service (Axis2) and want to integrate it in AEM for Axis2. There are a lot of dependencies (more than 20 ) required for it. Are there any way to install only selected Axis2 dependencies. If we are installing all Axis2 dependencies then it is conflicting. 

 

Any Idea ?

Thanks

~S

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 smacdonald2008

USing AXIS2 to consume a 3rd party SOAP Stack (WSDL) - is not best practice nor recommended. 

Its much better to use Apache CFX or even JAX-WS. 

Apache CFX - https://helpx.adobe.com/experience-manager/using/creating-cxf-bundles-consume-web.html

JAX-WS - https://helpx.adobe.com/experience-manager/using/creating-cq-bundles-consume-web.html

The reason why is these libs are part of AEM and there are no dependency issues.

1 reply

smacdonald2008
smacdonald2008Accepted solution
New Participant
February 26, 2016

USing AXIS2 to consume a 3rd party SOAP Stack (WSDL) - is not best practice nor recommended. 

Its much better to use Apache CFX or even JAX-WS. 

Apache CFX - https://helpx.adobe.com/experience-manager/using/creating-cxf-bundles-consume-web.html

JAX-WS - https://helpx.adobe.com/experience-manager/using/creating-cq-bundles-consume-web.html

The reason why is these libs are part of AEM and there are no dependency issues.