Hi all,

I have a Camel cxf proxy route in the following form that is working fine
with http:

from cxf
transform
to cxf

But when I switch to https (both on the produce and consumer) my route is
not returning the result to the client. I can see in the logs that the
service is working fine, the cxf producer is getting a response,
serializing the result, but it never reaches the client (SOAP UI or the
browser).

To fix that I had to add synchronous=true to the cxf consumer. That fixes
the issues but I cannot explain why I have to do it when I switch from http
to https

What I'm missing?

-- 
Bilgin Ibryam

Red Hat, Inc.
Apache Camel & Apache OFBiz committer
Blog: ofbizian.com
Twitter: @bibryam <https://twitter.com/bibryam>

Author of Instant Apache Camel Message Routing
http://www.amazon.com/dp/1783283475

Reply via email to