No, if you are using the POJO dataformat which is by default, you have to specify the serviceClass.

BTW, please use us...@camel.apache.org to ask this kind of question.

On Wed Nov  9 13:26:27 2011, farha wrote:
Hi
Thanks for the reply!

Now if we have a published wsdl. Can we pick up the published wsdl in
camelcontext.xml and forward it to further processing??

Our code is like this:

<camelContext xmlns="http://camel.apache.org/schema/blueprint";
trace="false">

<route>

  <cxf:cxfEndpoint id ="cxfEndpoint"

address="http://localhost:8092/PersonService/"; serviceClass = ""
wsdlURL="wsdl/PersonService.wsdl"/>

<from uri="cxf:cxfEndpoint/"/>

<to uri="file:output/"/>

</route>

</camelContext>


Kindly help.

--
View this message in context: 
http://camel.465427.n5.nabble.com/How-to-publish-a-WSDL-tp4973733p4976770.html
Sent from the Camel Development mailing list archive at Nabble.com.



--
Willem
----------------------------------
FuseSource
Web: http://www.fusesource.com
Blog:    http://willemjiang.blogspot.com (English)
         http://jnn.javaeye.com (Chinese)
Twitter: willemjiang
Weibo: willemjiang

Reply via email to