I’ll get a bug filed on DataSet support and see if we have some time to try to improve things in 2.0.  No guarantees…

 


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Cox
Sent: Wednesday, December 14, 2005 6:49 AM
To: flexcoders@yahoogroups.com
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:[EMAIL PROTECTED] 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




Reply via email to