3
votes

I'm getting a lot of errors about "Read timed out".

Caused by: org.apache.cxf.binding.soap.SoapFault: Read timed out

Is this error on yodlee's servers side? How can this be fixed?

1

1 Answers

2
votes

This is because the API is taking more time. You can override by setting Java System parameter as “-Dcom.yodlee.soap.client.read.timeout="time out in milli sec" without quotes. Please configure it to 60 secs and see if it resolves.

If you are using CXF, you can control the client timeout by modifying the configuration for the client http-conduit file.