I tried this config too and the behavior is still as described above:
<bean id="RestOperations" class="org.springframework.web.client.RestTemplate">
<constructor-arg...
Type: Posts; User: qwertyuiop; Keyword(s):
I tried this config too and the behavior is still as described above:
<bean id="RestOperations" class="org.springframework.web.client.RestTemplate">
<constructor-arg...
Is there no solution for this?
Hi,
I want to set the connection timeouts for a rest service. I'm using the RestTemplate to talk to my service. I've done some research and I've found and used the xml below (in my application...
I've tried the above and I've also tried this:
<bean id="requestFactory" class="org.springframework.http.client.SimpleClientHttpRequestFactory">
<property name="connectTimeout"...