When you trace((result as XML).toXMLString()),what do you see? XML? If so, then build you e4x expression one step at a time, tracing the node for each step.
Tracy Spratt, Lariat Services, development services available _____ From: [email protected] [mailto:[email protected]] On Behalf Of Wally Kolcz Sent: Thursday, July 23, 2009 9:23 AM To: [email protected] Subject: [flexcoders] Advice from people smarter than me: Data prep for a web service I am attempting to bring my Flex apps to the U of Michigan but we are running Blue Dragon.NET and not true ColdFusion. I have my CFCs returning queries since this would be a replacement UI for an existing application. The Web Services that are being returned are in .NET and come back in a format I cannot figure out how to use. I tried to transverse the XML but cannot figure out a.) how to got the the information inside the node and b.) how to use it in a DataGrid. Is there a better way to prep the data in the CFC to return something that I can use as an ArrayCollection (how I normally handle RemoteObjects on my own web server, not at work) or something else that I can use in DataGrids. Any help would be greatly appreciated. I would really like to start to build Flex and AIR Flash apps here at the U.

