Hi,

 

I am not sure if I understand your situation, but I guess that you have a webservice that returns a list of records, but the structure of the records can be different per webservice operation, right?

 

Could you show us how the XML looks that you receive from the webservice operation? You could use some sort of a sniffer (I use fiddler) to see what is going back and forth.

 

Cheers,

Franck

 


From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of dinger0007
Sent: Tuesday, August 29, 2006 10:27 PM
To: [email protected]
Subject: [flexcoders] Webservice and column name question.

 

I have a query result coming back from a webservice call and i want to
pull the column names out of the results.

I assumed that I can use the code below but can't figure how to
pull the column names.

If I do this, I get the data.
test = new ArrayCollection( event.result as Array);
for each(var item in test) {
trace(item.Node1);
}

But how do I just get "Node1" and not the data.

Thanks in advance..

__._,_.___

--
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
Software development tool Software development Software development services
Home design software Software development company


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to