Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Xmethods & wsdl
Message
De
14/08/2002 16:47:03
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Titre:
Xmethods & wsdl
Divers
Thread ID:
00689729
Message ID:
00689729
Vues:
61
I found the Training Videos on XML & Web Services very interesting. After duplicating the demos, I tried experimenting on few others on the www.xmethods.com site and ran into several undecipherable results.

One interesting site promises to validate email addresses:
http://www.xmethods.com/ve2/ViewListing.po?serviceid=98431

I tried using the code below and it returned an object, not a string.

Anybody have an idea on how to proceed from here?


LOCAL loEmail as validateemail
LOCAL loWS
loWS = NEWOBJECT("Wsclient",HOME()+"ffc\_webservices.vcx")
loWS.cWSName = "validateemail"
loEmail = loWS.SetupClient("http://ws.serviceobjects.net/ev/EmailValidate.asmx?WSDL", "EmailValidate", "EmailValidateSoap")
kk = loEmail.ValidateEmail('go4s1@hotmail.com',0)
MESSAGEBOX(kk)
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform