Hi All,
I'm facing an issue with RestTemplate in Spring 3.0.
When i'm trying to request other app which is in google appengine application it is timeout for 5 secs.
My Client application and server application both are in Google App Engine,
Here is Client Code:
Exception :HTML Code:RestTemplate restTemplate = new RestTemplate(); restTemplate.postForObject( pUrl , paramObj , String.class )
Any help?HTML Code:org.springframework.web.client.ResourceAccessException: I/O error: Timeout while fetching: http://naresh-app.appspot.com/HistoryAction/getHistory.json; nested exception is java.net.SocketTimeoutException: Timeout while fetching: http://naresh-app.appspot.com/HistoryAction/getHistory.json
Thanks in advance.![]()


Reply With Quote
