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.