frozensheep / rightmoveADF

PHP library for the Rightmove Real Time Property Datafeed (ADF).
MIT License
17 stars 20 forks source link

Does this still work? #9

Open jamoir opened 6 years ago

jamoir commented 6 years ago

Hi,

I'm having an issue. Trying to get this to work on my mac first before deploying to a windows server.

I've setup a test using composer. Trying to get a simple list of properties.

Running in a terminal. I get the first response, dumping the object before its passed. But the 2nd response from the call doesn't return anything. No errors either?

Any help would be greatly appreciated.

Thanks, Jamie

jamoir commented 6 years ago

Hi,

I've resolved this now.

First off I enabled verbose debugging. Something that should probably be mentioned in the test example and initial docs. Very useful!

$objResponse = $objRightmoveADF->send($objRequest, '', true);

This then told me the cert wasn't the right one.

On the mac you need to use the P12 cert and on linux the .pem one works.

Also to make matters harder, the right move test server had crashed so it was working and then stopped so completely baffled me during the testing of this. Their support is good and fast though.

Awesome library guys, works very well.

Thanks, Jamie

vitalijalbu commented 3 weeks ago

hi guys, anyone can helo me solving that with postman, if it's possible? I'm using raw laravel for that, basically i have the body JSON already done and cannot understand properly the authentication model