Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing an array to a web service
Message
From
05/07/2002 05:50:06
 
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00675451
Message ID:
00675540
Views:
13
Thanks for the valuable info. I will use XML.

Thierry

>>I have a VFP web service and a VFP client which uses the web service. How do I pass an array to a web service method?
>>
>>Thanks!
>
>Not a good idea due to the fact that VFP doesn't play nice with COM Arrays (and the SOAP Toolkit doesn't do real well with them either - only as custom types) - both ends will have problems passing and retrieving the array. Since you're using VFP on both ends I'd suggest you pass the data as XML, which you can convert to from a cursor or by manually parsing out the array...
>
>
>+++ Rick ---
Previous
Reply
Map
View

Click here to load this message in the networking platform