Also (I have pretty extensive experience in this department), there are key differences on HOW you bring the Data back from a .NET call -
I forget which one worked for me, but if a DataTable doesn't work for you, then try a DataSet - I struggled with this for a long time, when I was in my prime writing Flash Remoting Applications, with .NET as my back-end. Since I made the jump to ColdFusion, I am a little rusty on the .NET topic (I really do miss writing C# Assemblies) - but I have a ton of C# code that I wrote, which demonstrates many different ways to bring DataSets back to Flash/Flex - that WILL be natively recognized as a Flash type RecordSet. I know that Flex Remoting is a tad different than Flash Remoting - but I am pretty confident that you can get the data back in such a manner, where you can dump it into an ArrayCollection and do something useful with it. If you want the code, please let me know - and I can post it. Mike -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Thursday, October 26, 2006 3:14 PM To: [email protected] Subject: [flexcoders] Re: How to assign dataset returned by .Net web service to Flex? .NET should know (how) to serialize those structures into SOAP-compliant XML shouldn't it? I call (but don't write them myself) .NET web services all the time from Flex. Ben --- In [email protected], "Yasovardhan Babu" <[EMAIL PROTECTED]> wrote: > > Hi, > > I have an application currently using remoting. > In that application,.Net will return datatbles and datasets, which are > directly assigned to arrays/objects in flex side. > Now, I need to use web services to implement this application instead > of remoting. > The problem is how to assign the Datasets/Datatables from .net(web > services) side to Flex. > > Is there any other solution? > > Thanks and Regards, > Yasovardhan. > -- 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 -- 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/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> 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/

