I am trying to create a simple webservice that I could access via camel route, when deploy my osgi bundle it gets resolved and started without any errors but while trying to access it I get "No service was found" message back from CXFServlet.
camel-cxf bundle is started and active.
Appreciate your ideas.
Edited by: ramanujam95 on May 9, 2011 8:51 PM
Edited by: ramanujam95 on May 12, 2011 12:46 PM
Solved my problem.
Camel route accessing the service should be defined and started for the webservice to be available. Just defining the CxfEndPoint will not automatically make the webservice available.
Thanks.