Re: [flexcoders] Re: How to send Arrays in WebService request???

2007-12-17 Thread jeff
On Thu, Dec 13, 2007 at 08:26:17AM -0800, Peter Farland wrote: note that Beta 3 was just released). Note that very recently (build 189998) further properties were added to the ISOAPDecoder interface to provide more control over how possibly-reoccuring result parts are decoded in a response.

RE: [flexcoders] Re: How to send Arrays in WebService request???

2007-12-17 Thread Peter Farland
@yahoogroups.com Subject: Re: [flexcoders] Re: How to send Arrays in WebService request??? On Thu, Dec 13, 2007 at 08:26:17AM -0800, Peter Farland wrote: note that Beta 3 was just released). Note that very recently (build 189998) further properties were added to the ISOAPDecoder interface to provide more

[flexcoders] Re: How to send Arrays in WebService request???

2007-12-13 Thread ben.clinkinbeard
Use e4x as your resultFormat and create a factory and/or constructors that accept xml and populate themselves. HTH, Ben --- In flexcoders@yahoogroups.com, Peter Connolly [EMAIL PROTECTED] wrote: I just discovered what looks like another, related bug. A web service response containing

RE: [flexcoders] Re: How to send Arrays in WebService request???

2007-12-13 Thread Peter Farland
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Peter Connolly Sent: Thursday, December 13, 2007 1:25 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How to send Arrays in WebService request??? I just discovered what looks like another

[flexcoders] Re: How to send Arrays in WebService request???

2007-12-13 Thread Peter Connolly
--- In flexcoders@yahoogroups.com, Peter Farland [EMAIL PROTECTED] wrote: Hi Peter, Thankyou for logging that bug (although we require a WSDL and any imported XML Schemas to be provided with any WebService bug logged, would you mind adding that too?). I added that this morning. You

[flexcoders] Re: How to send Arrays in WebService request???

2007-12-13 Thread Peter Connolly
Actually, it's the request that isn't handled properly. I included a bare-bones map that creates a request object that is what I would expect it to look like. The problem is that the SOAP message that Flex creates from the request is missing the array elements of the message. I included a

RE: [flexcoders] Re: How to send Arrays in WebService request???

2007-12-12 Thread Peter Farland
, 2007 12:14 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How to send Arrays in WebService request??? Meanwhile, found this thread: Web Services and Arrays http://tech.groups.yahoo.com/group/flexcoders/message/95853 that describes something similar to my problem. But changing

[flexcoders] Re: How to send Arrays in WebService request???

2007-12-12 Thread Peter Connolly
--- In flexcoders@yahoogroups.com, Peter Farland [EMAIL PROTECTED] wrote: Did you get a chance to try out the latest SDK nightly build from Flex 3 on Adobe Labs? http://labs.adobe.com/technologies/flex/sdk/flex3sdk.html Pete I downloaded Flex 3 Beta 2 Builder (stand-alone), rebuilt the

RE: [flexcoders] Re: How to send Arrays in WebService request???

2007-12-12 Thread Peter Farland
Sent: Wednesday, December 12, 2007 7:33 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How to send Arrays in WebService request??? --- In flexcoders@yahoogroups.com, Peter Farland [EMAIL PROTECTED] wrote: Did you get a chance to try out the latest SDK nightly build from Flex 3

[flexcoders] Re: How to send Arrays in WebService request???

2007-12-12 Thread Peter Connolly
--- In flexcoders@yahoogroups.com, Peter Farland [EMAIL PROTECTED] wrote: I would log it regardless just to make sure it doesn't slip through the cracks. http://bugs.adobe.com/flex/ Please let me know the bug number if you do log it. Thanks, Pete I've posted a bug:

[flexcoders] Re: How to send Arrays in WebService request???

2007-12-12 Thread Peter Connolly
I just discovered what looks like another, related bug. A web service response containing arrays marshals correctly under Flex 2, but under Flex 3 Beta 2 returns 'null's in the 1st array encountered in the response. I've opened yet another bug about this one: Web service array marshalled