Re: [flexcoders] Re: Web Services and Arrays

2007-12-07 Thread jeff
On Fri, Dec 07, 2007 at 01:20:55PM -, triggersoftware wrote: It looks to me like the Flash deserialising code can't deal when an array is sent back with other objects at the same level: someObject grades grades grades someOtherObject /someObject It doesn't work

[flexcoders] Re: Web Services and Arrays

2007-12-07 Thread triggersoftware
It looks to me like the Flash deserialising code can't deal when an array is sent back with other objects at the same level: someObject grades grades grades someOtherObject /someObject It doesn't work properly out that it's an array unless all sibling nodes are of the same type:

RE: [flexcoders] Re: Web Services and Arrays

2007-12-07 Thread Peter Farland
PROTECTED] On Behalf Of triggersoftware Sent: Friday, December 07, 2007 10:15 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Web Services and Arrays That's rubbish! Who at Adobe do I have to bribe? I've never submitted a Bug report to Adobe before. Where should it be done? Here

[flexcoders] Re: Web Services and Arrays

2007-12-07 Thread triggersoftware
That's rubbish! Who at Adobe do I have to bribe? I've never submitted a Bug report to Adobe before. Where should it be done? Here ? http://www.adobe.com/bin/fp9betafeedback.cgi

[flexcoders] Re: Web Services and Arrays

2007-12-07 Thread triggersoftware
For anyone else having this problem, you can also get round it by setting the resultFormat to e4x as it properly preserves lists. var service:WebService = new WebService(); service.loadWSDL(http://d6zltz1j:8080/Misura360/RespondentService?wsdl\ );