Christian, Aki -  thanks to your pointers I was able to get my web service
endpoint to work:

1. I added the cxf-rt-transports-http-jetty dependency to my pom

2. I changed address below from /submitResponse to the full URL:
http://localhost:8080/submitResponse. 

  <cxf:cxfEndpoint id="submitResponse"
                   address="http://localhost:8080/submitResponse";
                   endpointName="s:SubmitResponseEndpoint"
                   serviceName="s:SubmitResponse"
                   wsdlURL="META-INF/wsdl/submitResponse.wsdl"
                  
serviceClass="com.my.external.submitresponse.SubmitResponseEndpoint"
                   xmlns:s="http://external.my.com/submitResponse"/>




--
View this message in context: 
http://camel.465427.n5.nabble.com/How-to-run-a-camel-application-with-a-cxf-web-service-outside-of-osgi-container-tp5756600p5756661.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to