Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing an array to a web service
Message
 
To
04/07/2002 17:58:47
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00675451
Message ID:
00675530
Views:
14
>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 ---
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform