Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Call Web API RESTful from VFP 9 app?
Message
De
22/12/2015 12:47:22
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01629204
Message ID:
01629225
Vues:
111
>Do you know if it is possible to call Web API RESTful (built on .NET) service from VFP 9 app? I am talking about passing a couple of values from VFP 9 app to the Web API?
>
>TIA

As other have suggested, West Wind libraries are the way to. There is sooo much helpful stuff in those packages. "Web Connection" is for building web apps, and "Client Tools" is for desktop apps.

They both have a very robust set of documentation, and a fairly active user support forum at http://www.west-wind.com/wwThreads/

Also, they both share many of the same libraries for things like:

wwXML
wwJsonSerializer
wwHTTP call
wwSMTP
wwFTP
Data access (wwBusiness Data access for DBF or Sql Server)
wwUtils (tons of useful functions)
wwConfig class (configuration persistence class - supports XML or INI formats)
wwDotNetBridge (allows using .Net classes from FoxPro apps)
wwEncryption (encrypts/decrypts data/text)
wwAPI (provides a number of useful utility functions that access the Windows API or other external DLL interfaces. This class also houses the wwImaging wrapper functions that talk to the wwImaging.dll.)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform