RE: [flexcoders] Flex 2 not maintaining order of web service parameters.

2006-04-25 Thread Peter Farland
This is a known issue in Beta 2, should be addressed in Beta 3. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ilia_papas Sent: Tuesday, April 25, 2006 11:06 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex 2 not maintaining order

RE: [flexcoders] Flex 2 not maintaining order of web service parameters.

2006-04-25 Thread Jonas Windey
Try reading the comments on this page: http://jeff.mxdj.com/as3_datamanager.htm I always pass the arguments in an object, and so far no problems.. var args:Object = new Object(); args.yourParam = "first param"; etc. Good luck -Original Message- From: flexcoders@yahoogroups.com [mail