Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error running wikisearch.prg
Message
 
 
To
24/03/2008 15:18:38
General information
Forum:
Visual FoxPro
Category:
Web Services
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01305072
Message ID:
01305079
Views:
10
>Am new to consuming web services from VFP. Starting out with basics, tried to run wikisearch.prg (downloaded from What's New in VFP 8, Chap 10 and also Doug Hennig). Got "There was an error calling the XML Web Service. Client: The requested service wikiwebservice could not be found in the 'default' namespace of the WSDL file."
>Found 'definitions name="WikiWebService" ...' in WSDL file. Please, what is my problem? Thanks.

I don't have a book but following works for me
loWiki = Createobject("mssoap.soapclient30")
loWiki.mssoapinit("http://fox.wikis.com/wikiwebservice.wsdl")
lcXml = loWiki.GetRecentChanges(3, "")
= XMLTOCURSOR(lcXml)
BROWSE NOWAIT
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform