Developer Forum [ All Topics | New Topic ]

Thread: Rapnet Webservice is not returning complete records

Hi Sir,

When I call the GetDiamondsSecure Webmethod ,  my table dt  are giving only 50 records but DiamondCount reference parameters shows complete records count( more than 50 ).

below code was working properly till yesterday , Records in table dt and  DiamondCount reference parameters count  were same but now both are not same.

I m using  below  code..
RapLinkInventoryPlusWebService.RetailFeed webServiceManager =
new RapLinkInventoryPlusWebService.RetailFeed();
//This must be done in HTTPS protocol
int DiamondCount;
DataTable dt = webServiceManager.GetDiamondsSecure(
"MyUser", "MyPassword",
webServiceManager.Shapes.ROUND,   or PRINCESS or CUSHION etc..
0.00, 100.00, //size From - To 
webServiceManager.Colors.D, webServiceManager.Colors.I, // Color From - To 
webServiceManager.Clarities.IF, webServiceManager.Clarities.I1, // Clarity From - To 
webServiceManager.Cuts.EXCELLENT, webServiceManager.Cuts.Good,// Cut From - To 
100, 50000, // Price From - To 
1, 100, //Page, Results in page 
ref DiamondCount);
 please give me the solution.
  Thanks ,
Shobhit Parasher
 


>> add a comment
Shobhit Parasher
04/15/2013 07:47


5 Replies:


unfortunately we have same issues with RapNet limitation.  I was informed that is no reason to have option displaying 50+ records and the decision to limit the page to 50 results was made after taking customers' needs.  It is so wrong, who wants any limitation on API?  


>> add a comment
NFTeam
4/20/2013 7:48:00 PM
Hello,
we have the same issue with RapNet limitation!!!! We receive 50 results only. I am looking for solution.

>> add a comment
FRT
6/11/2013 8:06:00 AM
Hello,

We are receiving product information from Rapnet by SOAP integration and upload in our magento database, Like we have an attribute named as " Color " It's type is Dropdown, and rapnet don't give us the color of product it only give colortitle, Now the main issue is that how to add this colortitle in dropdown of perticular product attribute.


Another issue is that :- We want Carat info, Cut info and clarity info of diamond. At present it is not showing these informations , how can we get these informations from rapnet.


Thanks,

>> add a comment
SB
7/2/2013 8:57:00 AM
Hello,

Please let us know that what's the frequency of new product addition by rapnet, After how much days/months rapnet add new products in their database ??

Thanks,
SB

>> add a comment
SB
7/3/2013 5:27:00 AM
Hello,

Can you please let us know the frequency of including new diamond records in rapnet database.

Thanks,


>> add a comment
SB
7/4/2013 7:43:00 AM