Xero API SocketTimeoutException

60 Views Asked by At

I am facing below issue while fetching data from Xero.

javax.ws.rs.ProcessingException:java.net.SocketTimeoutException: SocketTimeoutException invoking

https://api.xero.com/api.xro/2.0/Payments?page=1: connect timed out

I have below configuration for timeout parameters,

xeroConnectionTimeout = 60 sec

xeroReceiveTimeout = 300 sec
0

There are 0 best solutions below