[flexcoders] sending typed arrays over web services

2005-07-31 Thread zipo13
Hi, In my app we are sending complex objects back and forth from flex to a web service. The problems is that when an array is inside an object, the objects inside it are typed as anyType and can't be deserialized on the server. I'll explain: If I have a class called Class1 and a container of it

RE: [flexcoders] sending typed arrays over web services

2005-07-31 Thread Brian Deitte
PROTECTED] On Behalf Of zipo13 Sent: Sunday, July 31, 2005 2:27 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] sending typed arrays over web services Hi, In my app we are sending complex objects back and forth from flex to a web service. The problems is that when an array is inside an object