Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Web service, how to pass an array?
Message
General information
Forum:
Visual FoxPro
Category:
Web Services
Title:
Web service, how to pass an array?
Miscellaneous
Thread ID:
00869640
Message ID:
00869640
Views:
56
I need to pass an array to a web service.
dimension aMyArray[1,2]
aMyArray[1,1] = 'a'
aMyArray[1,2] = 'b'

oWS = oWSHandler.SetupClient("http://localhost:8500/webservices/ws_member.cfc?wsdl", "ws_memberService", "ws_member.cfc")

oWS.myMethod( aMyArray )

What is the syntax to send the array? The above does not work.

Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform