Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OLE iDispatch Error - What does it mean?
Message
From
10/01/2007 17:17:48
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01183748
Message ID:
01184385
Views:
15
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform