[libRETS-users] Login Issue

Russ Perna russ.perna at prudentialrand.com
Fri Jan 12 16:07:31 CST 2007


Network trace didn't show anything at all.

The problem is the actual logging in like the code snippet below that I took
from the CRT site:

RetsSession session = new
RetsSession("http://demo.crt.realtors.org:6103/rets/login");
        if (!session.Login("Joe", "Schmoe"))
        {
            Console.WriteLine("Invalid login");
            Environment.Exit(1);
        }

This returns "Invalid Login" when I use the settings supplied by my MLS
provider. However, when leaving the test settings in, it actually works.

Thanks,
Russ
 
 

-----Original Message-----
From: librets-users-bounces at crt.realtors.org
[mailto:librets-users-bounces at crt.realtors.org] On Behalf Of Dave Dribin
Sent: Friday, January 12, 2007 4:56 PM
To: For discussion and help for and by the users of the libRETS C++ library
Subject: Re: [libRETS-users] Login Issue


On Jan 12, 2007, at 3:35 PM, Russ Perna wrote:
> I am new to RETS and working with it for the first time. Originally I 
> was using ezRets which worked without error, but was very slow and 
> didn't offer much control.
>
> For this reason I am looking to switch to libRets. However, when I use 
> the code from the page: http://code.crt.realtors.org/projects/
> librets/file/librets/trunk/project/swig/csharp/Search.cs to test, I am 
> unable to login with my credentials supplied by my MLS, and which 
> worked fine with ezRets. I am wondering if there is any special setup 
> that I am overlooking.

As long as you used all the same settings as you used in ezRETS, it should
"just work".  What errors are you getting?  And does a HTTP/ network trace
show anything?

-Dave

_______________________________________________
libRETS-users mailing list
libRETS-users at crt.realtors.org
http://mail.crt.realtors.org/mailman/listinfo/librets-users





More information about the libRETS-users mailing list