Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Could Someone Verify FoxWiki Error
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Web Services
Title:
Could Someone Verify FoxWiki Error
Miscellaneous
Thread ID:
00593335
Message ID:
00593335
Views:
74
I am getting an XMLParser error trying to retreive Recent list from fhte FoxWiki. Could someone please verify that the following code also returns this error?
LOCAL xx as FoxWiki
LOCAL loWS
loWS = NEWOBJECT("Wsclient",HOME()+"ffc\_webservices.vcx")
loWS.cWSName = "FoxWiki"
xx = loWS.SetupClient("http://fox.wikis.com/wikiwebservice.wsdl", "wikiwebservice", "ApplicationSoapPort")

yy=xx.GetRecentChanges(5, '')
XMLTOCURSOR(yy)  && error triggered here
You will have to register this URL in the Intellisense Manager under the Tools menu pad, Types tab, Web Services button:

Web Service Name: FoxWiki && or whatever name you want to call it
WSDL URL Location: http://fox.wikis.com/wikiwebservice.wsdl

For my example code, you have to modify:

LOCAL xx AS whatever_you_entered_in_the_Web_Service_Name_Above

The Web Service Name is what pops up in Intellisense, you I suggest you not have spaces in the WSName.

Thanks!!!!!
Mark McCasland
Midlothian, TX USA
Next
Reply
Map
View

Click here to load this message in the networking platform