camel soap endpoint only using wsdl , not using serviceClass , is it
possbile?

private static final String SOAP_ENDPOINT_URI = "cxf://
http://0.0.0.0:9009/create?serviceClass=com.xyz.CreateService";;

I tried like below, but it does not work, it looks like the endpoint really
expecting serviceClass

private static final String SOAP_ENDPOINT_URI = "cxf://
http://0.0.0.0:9009/create?wsdlURL=wsdl/createService.wsdl";;

the reason why not using POJO, because the system which providing WSDL is
old. we just want to using soap  with dataformat as message not as POJO

Reply via email to