Hello, I am sending arguments to my SOAP method, but can't figure out
how to do repeated children in AS. For example, part of my call looks
like this in XML:

<SelectedPlans>
   <PlanNumber>12345</PlanNumber>
   <PlanNumber>56789</PlanNumber>
</SelectedPlans>

I cannot figure out how to create this structure in AS. It seems that
I have to use an Object (args.SelectedPlans = new Object();) in order
for the name to be preserved during the conversion to XML, but objects
obviously can't have 2 properties with the same name.

Does anyone know how to do this?

Thanks,
Ben






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to