I found something interesting, if i modify my route to use the CXF MESSAGE
format :
<route id="traiterDemandeSoap">
<from uri="cxf:bean:helloServiceEndpoint?dataFormat=MESSAGE" />
<to uri="log:input"/>
<to uri="cxf:bean:helloServiceDistantEndpoint?dataFormat=MESSAGE" />
</route>
it works... i get my response on my SOAP UI client.
But i'd really like to know why it does not work with the POJO format for
example (same problem with PAYLOAD one).
--
View this message in context:
http://camel.465427.n5.nabble.com/CFX-problem-when-receiving-web-service-response-tp4994825p4995092.html
Sent from the Camel - Users mailing list archive at Nabble.com.