REST API (POST Method) Read timed out Java.net.SocketTimeoutException

0
Calling a rest API with POST method and getting this error  
asked
1 answers
1

Esther,

Usually this means the REST call is taking too long.  If you are running in Studio Pro, you can set Log Level for REST Consume to Trace to see more detailed information about the REST call you are making and any response that may be returned.  This might help you to understand what is happening.

image.png

answered