Hi Guru,

you can use the wsdlUrl on the CXF endpoint and use CXF codegen plugin to generate the serviceClass:

<cxf:cxfEndpoint id="cxfEndpoint" address="http://0.0.0.0:8080/there";
  wsdlUrl="file://path/to/your/wsdl"
  serviceClass="the_service_class_generated_by_cxf_codegen"/>

...
<from uri="cxf:bean:cxfEndpoint"/>
<to uri="yourBean"/>


Regards
JB

On 10/25/2011 11:51 AM, Gnanaguru S wrote:
Hi Folks,

I want to use camel to read data from a web services.

FYI:

I have a WSDL File, Which will be my only reference to retrieve info. From
this how am getting it to some route using camel.

Help out.

It will be more helpful if i get some simple WSDL based example.

Regards
Guru

--
View this message in context: 
http://camel.465427.n5.nabble.com/WSDL-consumer-using-camel-tp4935641p4935641.html
Sent from the Camel - Users mailing list archive at Nabble.com.

--
Jean-Baptiste Onofré
[email protected]
http://blog.nanthrax.net
Talend - http://www.talend.com

Reply via email to