Hello Mike.  Our company is utilizing Flex for a project and we are 
all new to Flex but .NET is really our specialty.  I am interested in 
the examples you may have returning the DataSet or DataTable back 
from the .NET WebService.  We have experienced challenges with the 
DataSet returned by our webservice but have not yet explored a single 
DataTable.

Thanks in advance for the help.

Regards,
sd

--- In [email protected], "Mike Anderson" <[EMAIL PROTECTED]> wrote:
>
> 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"
> <yasovardhanbabu@> 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
>


Reply via email to