I'm creating a new camel route fronted by a CXF Web service. In my Web
Service endpoint interface, if I have a method like this:



The Request object does not get populated with the values passed in the
message. However, if I change the method signature to take an Object
instead, like this:



.. the Object is populated (and is of type Request). Does anyone know why
this is? Why do I have to modify my service interface to make this work?

--
View this message in context: 
http://camel.465427.n5.nabble.com/CXF-Confusion-tp5594013p5594013.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to