What data format did you choice for the CXF endpoint? How do you send the message to JMS queue?
2011/1/15, Bill <[email protected]>: > > 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. > -- 从我的移动设备发送
