My configuration

  <cxf:cxfEndpoint id="routerEndpoint"
                   address="http://localhost:9090/cxf-proxy";
                   endpointName="tns:HelloServicePort"
                   serviceName="tns:HelloService"
                   wsdlURL="etc/HelloService.wsdl"
                   xmlns:tns="http://www.example.org/HelloService"/>
  
  <camelContext xmlns="http://camel.apache.org/schema/spring";>  
    
    <endpoint id="HelloServiceEndpoint" 
             
uri="http://localhost:8080/cxf-service/services/HelloService"/>
    <route>            
      <from uri="cxf:bean:routerEndpoint" />
      <to ref="HelloServiceEndpoint"/>
    </route>  
  </camelContext>



--
View this message in context: 
http://camel.465427.n5.nabble.com/serviceClass-must-be-specified-error-in-ServiceMix-tp5744904p5744905.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to