Hi

I am trying to publish a wsdl and route it to camel. I saw a example in
servicemix named " cxf-wsdl-first ". I can publish my own wsdl using this
example. It uses cxf-bc and cxf se component to publish it. Now i want to
route it to a camel route and then it routes it a log.

My cxf bc code was defined in xbean.xml file as shown below:

 <cxfbc:consumer wsdl="classpath:CustomerIncidentServiceSoap.wsdl"
                      targetService="person:CustomerIncidentService"
                      targetInterface="person:CustomerIncidentServiceSoap"/>
I am trying to route like this, is the endpoint specified in the from tag is
right ?. But i am not successful.

        <route>
        <from uri=&lt;b>"cxfbc:consumer:CustomerIncidentService"* /> 
                        <log message="FUSE CoE TEST LOG MESSAGE CUSTOM MESSAGE 
"/>
                                
                </route>
      </camelContext>

Please help me out. 


Regards
Guru


-----
Cheers
 Guru
--
View this message in context: 
http://servicemix.396122.n5.nabble.com/Using-the-servicemix-cxf-bc-as-endpoint-tp5019578p5019578.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to