posted 10 years ago
Hi,
I am using RestTemplate for calling webservices and calling get() and I added Errorhandler for this template.
How ever , I wanted to get the URL in the handle error method for logging and supplying this information to monitor services,
is there any way that I can get this data ie from ClientHttpResponse , at the moment I can see only this object in the handleError method.
Regards
Srinivasa