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
Miscellaneous
Thread ID:
00869640
Message ID:
00869657
Views:
16
I'm not sure but I think arrays need to be sent by reference.

Try oWS.myMethod( @aMyArray )

Aloha,

James
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform