Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Task Pane Error...
Message
De
10/02/2003 16:08:31
 
 
À
10/02/2003 02:44:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00751239
Message ID:
00751631
Vues:
13
Ken,

This seems to work in the "real" 8.0:
LOCAL x as FoxCentral
LOCAL loWS

loWS = NEWOBJECT("WSHandler",IIF(VERSION(2)=0,"",HOME()+"FFC\")+"_ws3client.vcx")
loWS.WSName = "FoxCentral"
x = loWS.SetupClient("http://www.foxcentral.net/foxcentral.wsdl", "foxcentral", "foxcentralSoapPort")
XMLTOCURSOR(x.GetItems(DATE()-14,0,0,""))
BROWSE
USE
RETURN
Rick

>>Task Pane - Community gives me errors like: 'Error executing script to generate account' for Universal Thread, and 'Unable to retrieve content at this time' for FoxCentral News. How do I handle this folks?
>
>Can you run the code below and get a browse window back with FoxCentral.net news items? If not, it is probably an XML Web services issue with your connection, security, firewall, or something.
>
>LOCAL x as FoxCentral
>LOCAL loWS
>loWS = NEWOBJECT("Wsclient",HOME()+"ffc\_webservices.vcx")
>loWS.cWSName = "FoxCentral"
>x = loWS.SetupClient("http://www.foxcentral.net/foxcentral.wsdl", "foxcentral", "foxcentralSoapPort")
>XMLTOCURSOR(x.GetItems(DATE()-14,0,0,""))
>BROWSE
>USE
>RETURN
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform