Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Could Someone Verify FoxWiki Error
Message
From
12/12/2001 15:55:17
Joel Leach
Memorial Business Systems, Inc.
Tennessee, United States
 
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00593335
Message ID:
00593521
Views:
25
>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!!!!!

I get the same thing. If you look at the XML returned, you'll see "An error occurred..." embedded in the string. This applies to the GetTopic methods as well. The service is probably down or being worked on.
Joel Leach
Microsoft Certified Professional
Blog: http://www.joelleach.net
Previous
Reply
Map
View

Click here to load this message in the networking platform