Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Web service, how to pass an array?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Titre:
Web service, how to pass an array?
Divers
Thread ID:
00869640
Message ID:
00869640
Vues:
55
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform