Sam: Thanks for the reply.
I have posted to the Fluorine mailing list. You ask "are you using Fluorine to talk to an assembly directly or are you talking to a web service?" I believe that I am talking to an assembly directly, but being an ASP.NET novice I do not know the difference, how can I tell? Basically if you can point me to the docs that define what each means, I will gladly read them and let you know. Paul --- In [email protected], "Samuel R. Neff" <[EMAIL PROTECTED]> wrote: > > Paul, > > I don't think you should have to do any conversion, recent versions of > Fluorine support sending DataSet and DataTable objects to Flex and are > normally received as an ArrayCollection of Objects (optionally it can > specify typed objects). > > The object structure you're seeing is what I've seen .NET send for web > services.. are you using Fluorine to talk to an assembly directly or are you > talking to a web service? If web service then change your call to use the > assembly directly (it's more efficient). > > If that's not the problem then I'd suggest posting on the Fluorine mailing > list as there are many people there that can answer your question (I haven't > worked with DataSet/DataTable integration in Fluorine personally). > > http://fluorine.thesilentgroup.com/fluorine/index.html > > HTH, > > Sam > > >

