See http://cxf.apache.org/docs/jax-rs-client-api.html#JAX-RSClientAPI-ConfiguringClientsatRuntime
example, HTTPConduit conduit = WebClient.getConfig(client).getHttpConduit(); conduit.getClient().setReceiveTimeout(0); cheers, Sergey On Mon, Jan 31, 2011 at 4:00 PM, Benson Margulies <[email protected]>wrote: > How can I use the WebClient API and crank the timeout to infinity? >
