I have configured camel cxf soap service as mentioned in below example https://github.com/apache/camel/tree/master/examples/camel-example-cxf-tomcat
I have ran the application in Jetty server. I am able to consume the service using java client as per example and able to see the WSDl file in broswer. I am not able to generate the SOAPUI project using my WSDL url ( http://localhost:8080/camel-example-cxf-tomcat/webservices/incident?wsdl) and even If I use another project and used the given soap request in SOAPUI project, I am not getting any request in server and no response in client. my Apache Camel Jar -2.14.1 CXF Jar - 3.0.3 Spring Jar - 3.2.4.RELEASE Broswer URL = http://localhost:8080/camel-example-cxf-tomcat/webservices/incident?wsdl kindly help me why SOAPUI project & request is not working Regards, Gnana -- View this message in context: http://camel.465427.n5.nabble.com/Camel-CXF-SOAP-Service-tp5761359.html Sent from the Camel - Users mailing list archive at Nabble.com.