Could you please check our camel route. I have attached the code below. Any further help would be appreciated as we are not able to move forward.
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camel="http://camel.apache.org/schema/spring" xmlns:cxf="http://camel.apache.org/schema/cxf" xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd http://camel.apache.org/schema/cxf http://camel.apache.org/schema/cxf/camel-cxf.xsd"> <import resource="classpath:META-INF/cxf/cxf.xml"/> <import resource="classpath:META-INF/cxf/osgi/cxf-extension-osgi.xml" /> <cxf:cxfEndpoint id="pleaseRoute" address="http://www.webservicex.net/stockquote.asmx" wsdlURL="META-INF/wsdl/stockquote.wsdl" serviceClass="com.wipro.camel.StockEndPointService"> </cxf:cxfEndpoint> <bean id="myroutebuilder" class="com.wipro.camel.StockRouteBuilder"/> <camel:camelContext xmlns="http://camel.apache.org/schema/spring"> <camel:routeBuilder ref="myroutebuilder"/> </camel:camelContext> </beans> -- View this message in context: http://camel.465427.n5.nabble.com/From-wsdl-to-wsdl-tp4993447p4993860.html Sent from the Camel - Users mailing list archive at Nabble.com.
