Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Real time weather on a form
Message
From
30/04/2007 08:00:27
Christoph Krapp
Tiefkühldienst Gmbh
Lohne, Germany
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01211915
Message ID:
01221059
Views:
20
This code works:
LOCAL loNotification AS "MSSOAP.SoapClient"
* 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.SoapClient")
leRtnVal = loNotification.MSSoapInit("http://www.webservicemart.com/uszip.asmx?wsdl")
leResult = loNotification.ValidateZip(lcZip)

XMLTOCURSOR(leResult,'ZIP')

SELECT ZIP
BROWSE
Previous
Reply
Map
View

Click here to load this message in the networking platform