Faliure login with error code 0

I use the Yodlee SOAP API endpoints and in my error logs I get the Site Update Status as LOGIN_FAILURE with error code 0 (which, as I understand it, is not an error according to the Yodlee docs). I was wondering what could be causing this? Is this expected behavior? I guess this is not a good login.

Here is the returned xml:

<?xml version='1.0' encoding='utf-8'?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Body>
  <ns21:getSiteRefreshInfoResponse xmlns:ns21="http://refresh.refresh.core.soap.yodlee.com">
  <getSiteRefreshInfoReturn><siteRefreshStatus>LOGIN_FAILURE</siteRefreshStatus>
  <siteRefreshMode>NORMAL_REFRESH_MODE</siteRefreshMode>
  <code>0</code>
  </getSiteRefreshInfoReturn>
  </ns21:getSiteRefreshInfoResponse>
</soapenv:Body></soapenv:Envelope>

Thanks,

+6
source share
1 answer

I contacted Yodlee Support, and I received an answer stating that this is the expected behavior, and users need to log in again to receive an instant update, and the sites should work again.

+2

All Articles