Title: Re: [flexcoders] Re: Web services: Question about array serialization

You could however send XML and use .NET to easily populate a DataSet...





-----Original Message-----
From: flexcoders@yahoogroups.com <flexcoders@yahoogroups.com>
To: flexcoders@yahoogroups.com <flexcoders@yahoogroups.com>
Sent: Wed Dec 14 15:49:25 2005
Subject: RE: [flexcoders] Re: Web services: Question about array serialization

Flex won’t really allow you to send anything that .NET will accept as a dataset. Information can be sent from .NET TO flex as a dataset, and flex get the info out, but not the other way around I’m afraid.



-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of fc989898
Sent: 14 December 2005 14:16
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Web services: Question about array serialization



Some more details: it's a .NET web service which expects a DataSet as
input parameter.

Since the array of MyClass objects is serialized by Flex as <item>
elements, the resulting DataSet contains a DataTable named "item",
whereas it should be named "MyClass".

Any help is much appreciated






--
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


        *        Visit your group "flexcoders <http://groups.yahoo.com/group/flexcoders> " on the web.
         
*        To unsubscribe from this group, send an email to:
         [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
         
*        Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> .


________________________________



--
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