Good to know ! Ashutosh
On Thu, Nov 24, 2011 at 6:21 PM, Gnanaguru S < [email protected]> wrote: > > Hi Smx users, > > Thanks for the support. I dont know which mail thread i have give this > solved thing and thanks. I was able to route from a wsdl using cxf endpoint > in camel. > > <cxf:cxfEndpoint id="testservice" > address="http://localhost:9090/TestServiceName" > serviceName="s:TestServiceName" > wsdlURL="etc/WSDLfile.wsdl" > xmlns:s="http://namespaceurl" > /> > <route> > <from uri="cxf:bean:testservice?dataFormat=MESSAGE"/> > <to uri="log:input"/> > <to uri="log:output"/> > </route> > > camel-example-cxf-proxy example from camel helped 2.8.0 helped a lot.Thanks > to everyone again > > Regards > Guru > > ----- > Cheers > Guru > -- > View this message in context: > http://servicemix.396122.n5.nabble.com/camel-cxf-scenario-running-successfully-tp5020088p5020088.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. >
