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.
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
>>
>
] 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
--
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.
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