Hi,

What kind of error did you get?
BTW, according the route configure that I got, you should not use the jaxws:endpoint.

Here is an example[1] in camel that you make take a look.

[1]https://cwiki.apache.org/CAMEL/cxf-example.html

Willem
On 5/18/11 11:58 PM, Harshal wrote:
Hi All,

I am having one Http Enable endpoint and one JMS enabled End point

I am also able to invoke both the services using Soap UI and HermesJMS tool.

Now I am trying to route this Http Endpoint request to Jms Endpoint

I am using apache Camel to route the request.

my code is like
  <CamelContext>
       <route>
           <from Uri = "EndPointPortA">
           <to Uri = "EndPointPortB">
       </route>
  </CamelContext>

but getting an Exception for many classes as class not found exception
I already added name spaces and schema location for camel

Now the question is Whether I am on  right track or NOT?





-----
Harshal
--
View this message in context: 
http://cxf.547215.n5.nabble.com/How-To-Route-SoapHttp-Request-to-SoapJMS-tp4406893p4406893.html
Sent from the cxf-dev mailing list archive at Nabble.com.



--
Willem
----------------------------------
FuseSource
Web: http://www.fusesource.com
Blog:    http://willemjiang.blogspot.com (English)
         http://jnn.javaeye.com (Chinese)
Twitter: willemjiang

Connect at CamelOne May 24-26
The Open Source Integration Conference
http://camelone.com

Reply via email to