If I remove the serviceName and endpointName parameters to the cxf endpoint and the previous errors are resolved but then it looks like it can't resolve the service from the wsdl via servlce class - which is kind of what I expected to happen.
// service class annotations @WebServiceProvider(portName = "ptCreateContract", serviceName = "CreateContractService", targetNamespace = "http://mhs.mckesson.com/contracting/contract/ContractServiceV1") @ServiceMode(Mode.PAYLOAD) Caused by: org.apache.cxf.service.factory.ServiceConstructionException: Could not find definition for service {http://mhs.mckesson.com/contracting/contract/ContractServiceV1}CreateContractService. at org.apache.cxf.wsdl11.WSDLServiceFactory.create(WSDLServiceFactory.java:139) -- View this message in context: http://camel.465427.n5.nabble.com/camel-cxf-in-WebSphere-without-geronimo-jetty-depdendencies-possible-tp5726490p5726513.html Sent from the Camel - Users mailing list archive at Nabble.com.