Hi, Our project is composed by : * One CXF endpoint expose a Webservice called "WS-1" ; payload mode. * One CXF endpoint invoke a Webservice called "WS-2"; payload mode. * A route between that endpoints to dispatch messages. * An http-conduit that set the Receivetimeout to 300000ms (300s). If CXF endpoint that consume message from WS-2 don't receive a response after 30s, the WS-1 endpoint produce a soap message with an empty body. There is no way to improve the performance of the WS-2 so WS-1 has to wait more than 30s ... Version used : - Camel : 2.15.1 - CXF : 3.0.4
Any idea ? Thanks, B.