Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling a WS from a WS
Message
De
20/02/2002 13:52:26
 
 
À
20/02/2002 08:59:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Divers
Thread ID:
00622285
Message ID:
00622728
Vues:
27
>I guess this isn't necessarily a problem, but I have to add the _webservices class to the 2nd web server (that calls the 1st) in order for it to work. This adds 270k to the file size. It seems logical WS files should be kept much smaller than this.

270k? Thats not to bad.

>Does anyone have code to call a web services that does not use the _webservices class?

You can just open up the class and take the code you want if that'll work. It uses the SOAP tool kit directly:
oWS = CREATEOBJECT('mssoap.soapclient')
oWS.mssoapinit('http://www.foxcentral.net/foxcentral.wsdl')
?oWS.GetItems(DATE() - 5, 0, 0, '')
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform