Developer Forum [ All Topics | New Topic ]

Thread: How to download Certificate Image from WebService

How  can I  download Certificate Image from WebService ?

I am using RetailFeed Plus.

I tried using : http://www.rapnet.com/RapNet/Search/GetImageFile.aspx?LotID=22288228&FileType=CERT

But, it requires Login first. Can I do login from ASP.net & pass Auth Ticket to above link to download it ?


>> add a comment
Rajiv
12/24/2010 02:51


3 Replies:


You can't do that. Programmatical access to RapNet itself is not allowed.
There should be a field that you get back with the full certificate URL (publicly available), if you can't find it let us know, so we can look into the details.



>> add a comment
Leo Muller
12/26/2010 1:23:00 AM


>> add a comment
Ephraim
12/26/2010 1:56:00 AM
Thanks for the link.

http://www.diamondselections.com/GetCertificatePath.aspx?diamondID
=XXX

There are two issues with the above link:

1. For IGI certificate, it is using old link. IGI has changed the link now. For eg:
http://www.diamondselections.com/GetCertificate.aspx?DiamondID=28186695

Server Error in '/' Application.

The resource cannot be found.

Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly. 

Requested URL: /IGI_ONLINE/Client/ShowReport.aspx


2. Second Problem with this is that it uses iframe for the image whose width & height is fixed with no scrollerbar. So, many scanned certificate which are bigger than that are not displayed correctly. E.g: 



>> add a comment
Rajiv
12/26/2010 3:46:00 AM