The issue is that Flex has serious problems with web services that use Document/Literal encoding (as yours does) and pass a ComplexType (as yours does) as a parameter or return type.
If you can rewrite the service to use RPC/Encoded style instead it will work fine. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In [email protected], Weyert de Boer <[EMAIL PROTECTED]> wrote: > > Hello! > > I am working on a Flash application that should consume a .NET > webservice which sends a ArrayList back. This works all fine if I have > to believe my Casinni webserver. Only I would like to consume this data > within Flash 8 only I am clueless how I can receive this ArrayList. The > only thing works at the moment is the getDescriptor() webmethod that's > because it's a string. > > Does anyone know how I can handle arraylists/arrays send via a .NET web > service in Flash. > For the convience I have uploaded the WSDL file which get returned at: > http://www.dustyfrog.nl/temp/EmployeesService > > and also the result SOAP bubble when you trigger getEmployees() using > the internet browser: > http://www.dustyfrog.nl/temp/getEmployees.xml > > Yours, > Weyert > ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/KIlPFB/vlQLAA/TtwFAA/nhFolB/TM --------------------------------------------------------------------~-> -- 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/ <*> 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/

