Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bypass Certificate
Message
From
14/11/2007 04:22:53
 
 
To
13/11/2007 20:25:27
Aida I. Rivera
Air Information Systems
San Juan, Puerto Rico
General information
Forum:
Visual FoxPro
Category:
Web Services
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01268221
Message ID:
01268855
Views:
15
>Can that be done in C#. I tried doing a class in C# as follows:
>
>ublic class TrustAllCertificatePolicy : ICertificatePolicy
>{
> public TrustAllCertificatePolicy() { }
>
> public bool CheckValidationResult(ServicePoint sP, X509Certificate cert, WebRequest wReq, int certProblem)
> {
> return true;
> }
>}
>
>It compiles clean and make the dll but haven't figure out how to register it nor use it in VFP with the "cannot find entry point" error.
>Any pointers?

It won't be of any use in VFP (or MSSOAP which I assume is what you are using).
As in my last message you should probably write a C# app to handle all interaction with the web service and call that from VFP.
Can you post the URL of the web service in question ?
Regards,
Viv
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform