Developer Forum [ All Topics | New Topic ]

Thread: Is old DLS service remove from rapaport?

Hello,

We used below service to get csv file vendor wise.
http://technet.rapaport.com/HTTP/RapLink/download.aspx?SellerLogin=68900&SortBy=owner&White=1&Fancy=1&Programmatically=yes

Is above service discard from 1st November? Or we need to setup new logic from scratch to download dealer diamonds?

Please give quick reply its urgent.





>> add a comment
Keyideas
10/22/2014 06:51


5 Replies:

that's right.

you can find instruction and explanation about the new DLS  here http://www.rapnet.com/Rapnet/Dls/GeneralSettings.aspx and tech data here http://technet.rapaport.com/Info/Dls/


Ephraim


 



>> add a comment
Ephraim
10/22/2014 7:02:00 AM
Thanks @Ephraim

We have created manual feed to load only selected vendor diamonds inventory.

After we have checked while use http://technet.rapaport.com/Info/Dls/  service, we have got large amount of data with all dealers and it gives server time out issue to download selected dealer inventory. but  while it stop process it shows me all data of vendors and all fields.

So, do i have any parameter to pass in the api to download created feed diamonds inventory?

Reply asap.


>> add a comment
Keyideas
10/22/2014 7:26:00 AM
You need create feed with  your prameters in 
http://www.rapnet.com/Rapnet/DLS/FeedSettings.aspx
you get diamonds according to the settings in feeds.
today you don't have settings in your feed , like size ,shape ,color ...




>> add a comment
Reuven
10/22/2014 10:41:00 AM
we had the same result after setting up our feed for the first time.  

it's ready and i can download the csv if i sign on to rapnet but we want to use the php template as we have in the past.  i updated the code here to include our username and pw:

$post_string = "username=YOURUSERNAME&password=" . urlencode("YOURPASSWORD");

before in the HTTP request section, we had search criteria and now i believe we're not supposed to have anything there?  

>> add a comment
allan
10/24/2014 2:28:00 PM
nevermind figured it out. the php template is missing the following after ticket authentication:

header( 'Location:'.$feed_url ) ;
die();


>> add a comment
allan
10/24/2014 3:09:00 PM