RE: [flexcoders] Re: WebService returning results, but event.result is null

2009-01-19 Thread Jeff Tapper
, 2009 5:59 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: WebService returning results, but event.result is null Something like: proxy.find.resultFormat = e4x; Tracy Spratt Lariat Services Flex development bandwidth available _ From: flexcoders@yahoogroups.com

RE: [flexcoders] Re: WebService returning results, but event.result is null

2009-01-19 Thread Tracy Spratt
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Jeff Tapper Sent: Monday, January 19, 2009 12:51 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: WebService returning results, but event.result is null Interestingly enough, setting

RE: [flexcoders] Re: WebService returning results, but event.result is null

2009-01-16 Thread Jeff Tapper
[mailto:flexcod...@yahoogroups.com] On Behalf Of valdhor Sent: Friday, January 16, 2009 2:00 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: WebService returning results, but event.result is null Are you getting a faultevent or a SoapFault? --- In flexcoders@yahoogroups.com mailto:flexcoders

RE: [flexcoders] Re: WebService returning results, but event.result is null

2009-01-16 Thread Tracy Spratt
@yahoogroups.com Subject: [flexcoders] Re: WebService returning results, but event.result is null HmCould you post the Soap response. --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Jeff Tapper j...@... wrote: Oddly enough, I'm getting a ResultEvent, no faults at all

RE: [flexcoders] Re: WebService returning results, but event.result is null

2009-01-16 Thread Jeff Tapper
@yahoogroups.com Subject: [flexcoders] Re: WebService returning results, but event.result is null HmCould you post the Soap response. --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Jeff Tapper j...@... wrote: Oddly enough, I'm getting a ResultEvent, no faults at all

RE: [flexcoders] Re: WebService returning results, but event.result is null

2009-01-16 Thread Tracy Spratt
, 2009 3:18 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: WebService returning results, but event.result is null HmCould you post the Soap response. --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Jeff Tapper j...@... wrote: Oddly enough, I'm getting

RE: [flexcoders] Re: WebService returning results, but event.result is null

2009-01-16 Thread Jeff Tapper
[mailto:flexcod...@yahoogroups.com] On Behalf Of valdhor Sent: Friday, January 16, 2009 5:32 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: WebService returning results, but event.result is null The operation does and I believe it defaults to object. It has to be something simple. Have you

RE: [flexcoders] Re: WebService returning results, but event.result is null

2009-01-16 Thread Jeff Tapper
: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Tracy Spratt Sent: Friday, January 16, 2009 5:31 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: WebService returning results, but event.result is null Well, actually it is at the operation/method level

RE: [flexcoders] Re: WebService returning results, but event.result is null

2009-01-16 Thread Tracy Spratt
To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: WebService returning results, but event.result is null Ok,so, given im making a call like this: public function getMediaItems(eventId:Number):AsyncToken{ var req:Object = new Object(); req['event-id'] = eventId