Hi
On 27/09/12 11:36, cgsk wrote:
Hi There,

Could anyone help me to set up timout period while calling webservice using
CXFRS?

Most likely you need to configure CXF HttpConduit in Spring:

<http-conf:conduit name="*.http-conduit">
  <http-conf:client ReceiveTimeout="10000000"/>
<http-conf:conduit>

Here is some more info on how to restrict conduits to specific clients:

http://cxf.apache.org/docs/jax-rs-client-api.html#JAX-RSClientAPI-ConfiguringanHTTPConduitfromSpring

HTH, Sergey


Regards,
CGSK



--
View this message in context: 
http://camel.465427.n5.nabble.com/Setting-timeout-for-CXFRS-endpoint-tp5720111.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to