Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7679439
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T17:52:39+00:00 2026-05-31T17:52:39+00:00

I’m trying to call a web service in VFP 9.0 SP2. The site hosting

  • 0

I’m trying to call a web service in VFP 9.0 SP2. The site hosting the service is only available via HTTPS. I have used this service in ASP.NET projects with no issues but when I try to access it in VFP I get the following error.

Error: 1429 – OLE IDispatch exception code 0 from Connector: Connector:Bad certificate. HRESULT=0x800A1529 – Client:An unanticipated error occurred during the processing of this request. HRESULT=0x800A1529 – Client:Sending the Soap message failed or no recognizable response was received HRESULT=0x800A1529 – Client:Unspecified client error. HRESULT=0x800A1529..
Connector:Bad certificate. HRESULT=0x800A1529 – Client:An unanticipated error occurred during the processing of this request. HRESULT=0x800A1529 – Client:Sending the Soap message failed or no recognizable response was received HRESULT=0x800A1529 – Client:Unspecified client error. HRESULT=0x800A1529

Is there an issue with VFP and web services that require SSL?

Here is a bit of code I used to test the connection.

Here is a bit of sample code…

CLEAR

LOCAL lcEndPointURL

lcEndPointURL = "https://geocoding.bit-co.com/WS_Geo_v1/Service1.asmx?WSDL"

o = CREATEOBJECT("MSSoap.Soapclient30")
? o.MSSoapInit(lcEndPointURL)
? o.GetGeoCoderVersion

This results in the error above.

Here is a bit of VB.NET code-behind that works just fine (once the webservice is referenced).

Public Class About
    Inherits System.Web.UI.Page
    Dim wsGeo As New wsGeo.Service1

    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
        Dim GCVersion As String = wsGeo.GetGeoCoderVersion
        lblGCVersion.Text = GCVersion
    End Sub
End Class

This code produces the expected results

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T17:52:40+00:00Added an answer on May 31, 2026 at 5:52 pm

    I don’t know what is up with the URL, but I can only suspect that it is expecting to be passed a complete SOAP package/envelope to process before getting a response back. A very cool tool you might be interested in that can track internet communications during such debug working is called Fiddler. I’ve used it in a variety of project trouble-shooting problems and it might help you too.

    It could also be some time-out issue too. I put the request in and check Fiddler and get nothing back… Like the site itself is not responsive. That said, I’m just putting the WSDL link into the browser directly, but it could be do to a blocked site at my end too. Fiddler might be able to better help on what the “raw” data coming back is and what might be missing.

    Additionally, if it’s a subscriber type service, it COULD be actively rejecting the connection unless proper user/pwd information is provided by the connection. Sometimes it could even actively block based on specific IP addresses it does not have as “registered”.

    UPDATE .. OPTION 2

    Another option that might work well for you… Go to this site. Its West-Wind Technologies, owned/operated by Rick Strahl. He has been a Foxpro and Web guru since as long as I can remember (going back to 1993-94 area). He has a wwSOAP download tool to deal with SOAP objects. I think what you are running into is an OLD SOAP utility that MS doesn’t necessarily support / update for expanded soap / xaml / nested includes for xmlns: entries. This MIGHT be what you are hitting. The wwSOAP is written in VFP and his documentation and samples are typically excellent. I’d take a strong look at that too.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I have a French site that I want to parse, but am running into
I am trying to loop through a bunch of documents I have to put
I am trying to understand how to use SyndicationItem to display feed which is
Basically, what I'm trying to create is a page of div tags, each has
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I have just tried to save a simple *.rtf file with some websites and
I used javascript for loading a picture on my website depending on which small
this is what i have right now Drawing an RSS feed into the php,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.