Hi,
These is a WebService , and i want proxy it in the camel.
just like this: my proxy ws in camel ---> jms --->
real webservice
1. I create a interface of real webservice
2. I create tow cxf endpoints. one is proxy ,one is real ws.
then I route like this : from("cxf:bean:proxy").to("cxf:bean:real") .
it works.
but I route like this : from("cxf:bean:proxy").to("jms:dataqueue") It say
runtimeexception....
I try unmarsh with jaxb , and I failed.
and I try unmarsh with soap.It says "The method addOrder has no
ResponseWrapper and no suitable return type"
http://camel.465427.n5.nabble.com/file/n3342602/code.rar code.rar
my code is here...please help me..thank you
--
View this message in context:
http://camel.465427.n5.nabble.com/WS-JMS-WS-says-RuntimeException-tp3342602p3342602.html
Sent from the Camel - Users mailing list archive at Nabble.com.