Hi everyone,
I am trying to use PHRETS to get data from MarketLinx. I am using the
following settings and it seems that the issue is with the User Agent.
I used "RETSConnector/1.0" RETS User Agent which I found it that it
was the MarketLinx RETS Connector User and I should be using PHRETS/
1.0
* RETS-Version: RETS/1.5
* User-Agent: PHRETS/1.0
* Host:
http://nwa.rets.interealty.com/Login.asmx/Login
* User: ******
* Password: ******
Using this line of code after connecting give me the following error,
if ($rets->Error()){
print_r($rets->Error());
}
Array
(
[type] => rets
[code] => 20037
[text] => User Agent not registered or denied. Reference: 64be5c62-
e49c-4fe2-8a20-6b5911f449e9
)
GetMetadataTypes() called but unable to find GetMetadata location.
Failed login?
Any ideas? Any help would be appreciated.