You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Rick B <rc...@nsa.gov> on 2007/11/28 19:44:06 UTC

Decoupled Endpoint Timeouts

How do I make a CXF client wait longer for the asynchronous decoupled
response?

I have a client trying to submit an Asynchronous call to a CXF-based Web
Service.
I am waiting for the response via a Decoupled (http) endpoint.
If the response takes over 10 seconds to come back,
the client throws an exception (from CXF's ClientImpl.java)
stating "Timed out waiting for response to operation".

I've used a Spring config file to set the client's ReceiveTimeout to 
a long time (3600000 milliseconds), but does not seem to affect the
decoupled endpoint.

Thanks in advance,
Rick


-- 
View this message in context: http://www.nabble.com/Decoupled-Endpoint-Timeouts-tf4891612.html#a14006743
Sent from the cxf-user mailing list archive at Nabble.com.