Developer Forum [ All Topics | New Topic ]

Thread: Webservice integration

Hi, I am trying to write a client (in php) for your web service interface.The document provided for interface methods are good, however I am unable to understand two of the fields in SOAP request (FeedID and DiamondsFound). These seems to be required for GetStones and GetStonesSecure calls.

http://technet.rapaport.com/WebServices/RetailFeed/RetailFeed.asmx

Can you please advise what the value for these should be?

Many Thanks.




>> add a comment
Aman
09/26/2010 01:58


1 Replies:

  1. the  FeedID is the ID that you got in the registration process ( http://www.rapnet.com/RapNet/RetailFeed/). you must to pass this ID through the web service.
  2. the DiamondsFound return the total number of diamonds that match your search criteria   


>> add a comment
Ephraim
9/27/2010 2:52:00 AM