Hi, Actually I have made this thing by following the guide found here: http://fusesource.com/docs/framework/2.2/jaxws/index.html (Chapter 5: Developing a Consumer From a WSDL Contract).
I have then just created and installed this a as simple bundle, where I have imported the genered webservice stub etc. So I do not actually do any camel routes or the like. My bundle-context.xml looks like this: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> <bean id="WebshopProductService" class="webshop_product_service.WebshopProductService" /> </beans> So the reason to the error I am getting may be due to missing schema reference here (http://schemas.xmlsoap.org/soap/http)? But what should they be then? And how can it be that this is working on one server and not on the other? -- View this message in context: http://camel.465427.n5.nabble.com/No-conduit-initiator-was-found-for-the-namespace-http-schemas-xmlsoap-org-soap-http-tp2639428p2640822.html Sent from the Camel - Users mailing list archive at Nabble.com.