Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Web service, how to pass an array?
Message
De
22/01/2004 16:47:48
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Divers
Thread ID:
00869640
Message ID:
00869657
Vues:
14
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform