Solved
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
AEM does not have the libs (including CXF) to expose a web service. You have really 2 choices. Assume you want to expose JCR data as a web service. You can follow that link. It talks about what you need to do.
Or 2 - you can setup a web service on a web server (ie Tomcat) and code a Java bean and use Apache CXF and the JCR API. THe bean will expose a WSDL and use the JCR API to perform CRUD (Create, Replace, Update, and Delete) operations on the JCR Data.
[img]CQWSDL.png[/img]
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.