Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OLE iDispatch Error - What does it mean?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01183748
Message ID:
01184385
Vues:
16
See in the help file of VFP the walkthrough: Creating XML Web Services with Visual FoxPro.

You also can read it online: http://msdn2.microsoft.com/en-us/library/aza7ha5h(VS.80).aspx

Basically you have to create the webservice in your main branch. This is create a VFP Class with methods like GetOrdersbyAmount(cFilter)
GetOrdersFromCustomer(cFilter)

In each method apply the filter so you only return the needed records. Convert the records to XML using CursorToXML or the XMLAdapter.

2. In your Client convert the returned XML into a Cursor with XMLToCursor.

And that's it

Well almost, the tricky part is WebService enabling the Server.

Best Regards,

Martin
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform