Re: Camel Transport for CXF

2009-03-31 Thread notsure
Fixed... Thanks for your help. Great work BTW. notsure wrote: > > Thanks for the validation, I did switch to the jetty component after > reading the documentation a few times. However I can no longer access my > wsdl file, how do I fix that? > > > > willem.jiang wrot

Re: Camel Transport for CXF

2009-03-31 Thread notsure
and then route the request to different base on the namespace. > > from(jetty://YourServiceAddress).choice(xxx)... > > Willem > > notsure wrote: >> Thank you for the timely response, I have the camel-cxf.jar in the >> classpath. >> I'm trying to s

Re: Camel Transport for CXF

2009-03-31 Thread notsure
handler to deal with the > camel:destination please make sure the camel-cxf.jar's > META-INF/spring.handlers and META-INF/spring.schemas are loadable by > Spring. > > Willem > > notsure wrote: >> I have a jaxws endpoint which im trying to generate an http endpoint to

Camel Transport for CXF

2009-03-30 Thread notsure
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. Howev