Re: RETS Implementation

2008-08-05 Thread Paul Cormier
Curious if anyone has done a RETS implementation with ColdFusion to download MLS listings? I have a CFC encapsulating all the necessary functions to interface to RETS v1.5. I've also built it around CFX_HTTP5 which is much faster and more robust than the CFHTTP tag. Paul Cormier

Re: RETS Implementation

2008-08-05 Thread Justin Scott
I have a CFC encapsulating all the necessary functions to interface to RETS v1.5. I've also built it around CFX_HTTP5 which is much faster and more robust than the CFHTTP tag. What does it do with the data once downloaded? Is this code available in some form? -Justin

Re: RETS Implementation

2008-08-05 Thread Jake Pilgrim
I too would be interested in seeing your CFC. Is it available for download somewhere? Curious if anyone has done a RETS implementation with ColdFusion to download MLS listings? I have a CFC encapsulating all the necessary functions to interface to RETS v1.5. I've also built it around

Re: RETS Implementation

2008-08-05 Thread Jake Pilgrim
As far as what I have done with the data, it isn't the best solution but it works... The biggest problem I encountered is a 1 minute page processing limit at HostMySite, so what I have done is wrote a script to go out and grab the data and write it out to a file, then I import it chunk by chunk

RETS Implementation

2008-08-04 Thread Justin Scott
Curious if anyone has done a RETS implementation with ColdFusion to download MLS listings? We're in the process of updating our data import from an older system and would prefer something that can just go get the RETS data and images and throw it into SQL for us. The route we're going down

Re: RETS Implementation

2008-08-04 Thread Jake Pilgrim
I have. See me off-list or reply to this posting if you have troubles getting at my email address. - Jake Pilgrim Curious if anyone has done a RETS implementation with ColdFusion to download MLS listings? We're in the process of updating our data import from an older system and would prefer