Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error running wikisearch.prg
Message
 
 
À
24/03/2008 15:18:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01305072
Message ID:
01305079
Vues:
11
>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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform