I have a jaxws endpoint which im trying to generate an http endpoint to
transport soap messages to a secondary service(request/response). I'm using
eclipse 3.4.2, cxf 2.1.4 and camel 2.0 m1. The secondary service has five
endpoints so I've been trying to use pipeline with filter using xpath.
However, when I add camel:destination to my applicationcontext
eclipse/tomcat cannot find it. 

snippets

xmlns:camel="http://cxf.apache.org/transports/camel";

http://cxf.apache.org/transports/camel
    http://cxf.apache.org/transports/camel/camel.xsd";

<camel:destination
                name="{http://localhost:8080}ServiceSoapPort.http-destination";>
                <camelContext id="context" 
xmlns="http://camel.apache.org/schema/spring/";>
                        <route>

I know the url doesn't resolve and I've copied the xsd from the jar file,
what can i do to resolve this?

-- 
View this message in context: 
http://www.nabble.com/Camel-Transport-for-CXF-tp22787141p22787141.html
Sent from the Camel - Users (activemq) mailing list archive at Nabble.com.

Reply via email to