Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Real time weather on a form
Message
De
30/04/2007 08:00:27
Christoph Krapp
Tiefkühldienst Gmbh
Lohne, Allemagne
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01211915
Message ID:
01221059
Vues:
11
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform