Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Xmethods & wsdl
Message
From
14/08/2002 16:47:03
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Web Services
Title:
Xmethods & wsdl
Miscellaneous
Thread ID:
00689729
Message ID:
00689729
Views:
63
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)
Next
Reply
Map
View

Click here to load this message in the networking platform