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.

