Correct, the structure (column names) are dynamic based on the
webservice operations. Let see if I can be more specific.
This is what I have so far, it returns the actual data in the console
window. But want to display the column names in the console
test = new ArrayCollection( event.result as Array);
for each(var item in test) {
trace(item.Node1);
}
--
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/