Re: How to implement requestTimeout in the spring-ws component

2012-02-10 Thread Babak Vahdat
apache.org/content/repositories/snapshots/org/apache/camel/camel-spring-ws/2.10-SNAPSHOT/ Babak -- View this message in context: http://camel.465427.n5.nabble.com/How-to-implement-requestTimeout-in-the-spring-ws-component-tp5469281p5473245.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to implement requestTimeout in the spring-ws component

2012-02-09 Thread Babak Vahdat
gt;/params/HttpConnectionParams.html#setSoTimeout%28int%29 >> [3] >> >>http://hc.apache.org/httpclient-3.x/apidocs/org/apache/commons/httpclient >>/HttpConnection.html >> [4] http://camel.apache.org/spring-web-services.html >> >> Babak >> >

Re: How to implement requestTimeout in the spring-ws component

2012-02-09 Thread Claus Ibsen
] http://camel.apache.org/spring-web-services.html > > Babak > > -- > View this message in context: > http://camel.465427.n5.nabble.com/How-to-implement-requestTimeout-in-the-spring-ws-component-tp5469281p5469610.html > Sent from the Camel - Users mailing list archive at Nab

Re: How to implement requestTimeout in the spring-ws component

2012-02-09 Thread Babak Vahdat
-- View this message in context: http://camel.465427.n5.nabble.com/How-to-implement-requestTimeout-in-the-spring-ws-component-tp5469281p5469610.html Sent from the Camel - Users mailing list archive at Nabble.com.

How to implement requestTimeout in the spring-ws component

2012-02-09 Thread atg roxx
Hi Team, I have a situation, I have to send a request to a soap based client using spring-ws component using InOut pattern. I have to wait for say 2 second and if I don't get any reply in that time frame. I should do some action. In JMS component of camel we have requestTimeout which I can u