I am new to spring boot.
I am getting this exception: COULD NOT ACCESS HTTP INVOKER REMOTE SERVICE AT [service URL]; nested exception is Java.net.SocketTimeOutException: Read Time out.
I need a solution for this. I went into the XML file to increase the readTimeout while that service URL is called but it says no such property There is a bean defined for that property
I tried increasing server and client timeout but no luck.
Increase the read timeout for httpInvokerRequestExecuter OR you can set it to 0
Try this once.