davidbrai
davidbrai

Reputation: 1229

Getting Read timeout when calling Yodlee API

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?

Upvotes: 3

Views: 423

Answers (1)

Vijay Kumar
Vijay Kumar

Reputation: 93

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.

Upvotes: 2

Related Questions