Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Real time weather on a form
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01211915
Message ID:
01226940
Views:
14
Luis, UPDATE, I got the task panel to work and I registered the USzip that you gave me. When I click VALIDATEZip in the task panel dropdown and TEST THIS SERVICE, I get a "zipcode=(string) message then I click OK and this comes up

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





>Hi Timothy, Yes it is suppose to work as it is, I copy the code from this message in my computer running VFP8 and it ran without a problem, see
>if in the code when you type "loNotification." opens the intellisense, it should. What version of Fox are you using?, What version of the SOAP client?
> Let me know.

>>>LOCAL loNotification AS "MSSOAP.SoapClient30"
>>>* Do not remove or alter following line. It is used to support IntelliSense for your XML Web service.
>>>*__VFPWSDef__: lonotification = http://www.webservicemart.com/uszip.asmx?wsdl notification , notificationSoap
>>>
>>>lcZip = "33029"
>>>loNotification = CREATEOBJECT("MSSOAP.SoapClient30")
>>>
>>>leRtnVal = loNotification.MSSoapInit("http://www.webservicemart.com/uszip.asmx?wsdl")
>>>
>>>
>>>leResult = loNotification.ValidateZip(lcZip)
>>>
>>>XMLTOCURSOR(leResult,'ZIP')
>>>
>>>SELECT ZIP
>>>BROWSE
"Build a man a fire, and he's warm for a day.
Set a man on fire, and he's warm for the rest of his life."
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform