Calling web service via HTTPS in VFP, getting error.

Asked By 0 points N/A Posted on -
qa-featured

I am using VFP 9.0 service pack 2 and trying to call a web service. The website that is hosting the service I require is only available via HTTPS. While using this service with ASP.NET, i get no issues but when I use VFP to access, i get an error as, "Error: 1429 – OLE IDispatch exception code 0 from Connector: Connector:Bad certificate." Is that an issue with web services and VFP that require SSL?

 

SHARE
Answered By 0 points N/A #191559

Calling web service via HTTPS in VFP, getting error.

qa-featured

Hello Jacqueline W Klinger,   The reason is that the system is expecting the full package to be delivered before getting the response back. Also the secondly, the reason may be of time out. Also it may be block when you try to access it. So there can be many reason for this problem. Look at the issue which you are facing.

Related Questions