|
Hi Ben, I think I am starting to understand what
you mean. I don’t have the environment up-and-running to really test ... In my case, the XML will probably be
something like: <customer> <addresses> <street>1</street> ... </addresses> <addresses> <street>2</street> ... </addresses> </customer> I’m sure that Flex is doing the
right thing there, since I am basing some of my webservices on this kind of
structures and all is working fine. In your case you have a list of simple
strings/numbers, while my list is of objects (having their own attributes) ... Would it be acceptable for you if your XML
would look like this? <SelectedPlans> <Value>12345</Value> </PlanNumbe <Value>56789</Value> </PlanNumbe </SelectedPlans> Then, you could make a PlanNumber action
script object with a property Value in it. The SelectedPlans object would have
an array having PlanNumber objects ... Cheers, Franck From: Hi Franck, -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
__,_._,___ |
- RE: [flexcoders] Re: Web Service arguments in AS - how do... Franck de Bruijn
- [flexcoders] Re: Web Service arguments in AS - how d... ben.clinkinbeard
- RE: [flexcoders] Re: Web Service arguments in AS... Joost Nuijten
- [flexcoders] Re: Web Service arguments in AS - how d... ben.clinkinbeard

