Hi, In response to the above mail my StockRouteBuilder java code is:
public class StockRouteBuilder extends RouteBuilder{ @Override public void configure() throws Exception { //StockEndPointService ses = StockEndPointService(); StockEndPointService stock = new StockEndPointService(); stock.GetQuote("Yadavi"); from("cxf:bean:pleaseRoute") //.convertBodyTo(StockBean.class) .wireTap("file:D:/apache-servicemix-4.4.1-fuse-00-08/stockquote.wsdl") .to("xslt:file:D:/apache-servicemix-4.4.1-fuse-00-08/rider/Stock.xsl") .to("file://outbox/"); } } -- View this message in context: http://camel.465427.n5.nabble.com/From-wsdl-to-wsdl-tp4993447p4994180.html Sent from the Camel - Users mailing list archive at Nabble.com.