Search code examples
phprestyodlee

Yodlee Exception during login


After calling https://sdkint11.yodlee.com/yodsoap/srest/*PRIVATE_URL_PART*/v1.0/authenticate/coblogin I get http code 200 and next JSON:

{"Error":[{"errorDetail":"Error during select. Table name : COB_APP_USER. Error message : java.sql.SQLSyntaxErrorException: ORA-00936: missing expression\n"}]}

How to proceed with it or how to fix it ?


Solution

  • While posting a request content type for the parameters should be "x-www-form-urlencoded" or else you will receive this error.