Closed sandeepkundu4344 closed 8 years ago
@troydavisson please let me know why same code is running good and authentication working in dev but on live server its giving authentication error.
Are you still having issues logging into this RETS server? It doesn't appear so, but I wanted to double check.
Since you're accessing the Flexmls RETS server here, if you're still having issues with this, please email rets-support@flexmls.com
Hi,
I am facing same issue. Code works fine in local but not working on production server. I am getting below response.
<?xml version="1.0"?> <RETS ReplyText="Authentication Failure: Invalid login or password supplied. See: http://flexmls.com/rets/e/22" ReplyCode="20037"/> <RETS ReplyCode="0" ReplyText="Success"> <RETS-RESPONSE> M
Not sure what is causing the issue. I have googled it but don't find any promising solutions. Pls let me know if someone has fixed it or have solution.
@troydavisson
when calling login function $bulletin =$rets->Login();
I am getting below reponse as $xml on Live Server
but same code working fine in my dev server but on client production server its giving authentication error.
on Dev Server