Developer Forum [ All Topics | New Topic ]

Thread: Which HTTPS should I buy while using WebService. ???

Hello Everyone ....

I m trying to get data from rapnet so I have linked rapnet web service

and I got error as follows :

Server was unable to process request. ---> Credentials can only be passed over secure connections (HTTPS)


So I came to know that I need HTTPS protocol for accessing it. So now my question is there are many SSL available in market likessl123 certificate,
web server certificate,
sgc supercert,
wildcard server certificate

Which SSL should I go for ???

Hope I get some guideline ... reply here or mail me @ >> ashish4cd@gmail.com
ThnQ for your time


>> add a comment
Ashish Amodia
01/26/2012 06:16


2 Replies:

you don’t need to buy anything for fixing this...

just add the ‘s’ to the http so it will be https in the URL of our web service

regards



>> add a comment
ahaliav
1/26/2012 6:26:00 AM
Hi Sir,

         I  m trying to get the data from  the rapnet web service and  I have linked rapnet web service and also use https in my webservice when we add reference. and also use my https server when we call . but  I got error...

Server was unable to process request. ---> Credentials can only be passed over secure connections (HTTPS)


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,
0.2, 15.3, //size From - To 
webServiceManager.Colors.D, webServiceManager.Colors.K, // Color From - To 
webServiceManager.Clarities.IF, webServiceManager.Clarities.VVS2, // Clarity From - To 
webServiceManager.Cuts.EXCELLENT, webServiceManager.Cuts.VERY_GOOD,// Cut From - To 
100, 150000, // Price From - To 
2, 20, //Page, Results in page 
ref DiamondCount);

       please give me the solution.


  Thanks








>> add a comment
RapNet Inventory LinkPlus Web Service
5/23/2012 6:07:00 AM