webservices in CQ5 | 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

If you search in this forum you will come across a good number of links which explain this. For example there are a number of community articles (mainly written by Scott Macdonald from Adobe) that provide step by step guidance. Here's one that describes an approach using JAX-WS. It also has a link to another that uses Apache CXF and I have read others that use a RESTful approach (JAX-RS) :-

http://scottsdigitalcommunity.blogspot.co.uk/2012/05/creating-adobe-cq-bundles-that-consume.html

HTHs

Fraser.

2 replies

Lokesh_Shivalingaiah
Level 10
October 16, 2015

You can also create stubs for the soap webservices and use that in your CQ OSGi bundle.

Accepted solution
October 16, 2015

If you search in this forum you will come across a good number of links which explain this. For example there are a number of community articles (mainly written by Scott Macdonald from Adobe) that provide step by step guidance. Here's one that describes an approach using JAX-WS. It also has a link to another that uses Apache CXF and I have read others that use a RESTful approach (JAX-RS) :-

http://scottsdigitalcommunity.blogspot.co.uk/2012/05/creating-adobe-cq-bundles-that-consume.html

HTHs

Fraser.