Nothing so simple as that, god, I wish it was that easy.
________________________________________ Jeff Tapper> Senior Consultant digital primates IT Consulting Group R Phone: 847.824.7800, x222 | Fax: 847.655.2867 [email protected] From: [email protected] [mailto:[email protected]] On Behalf Of valdhor Sent: Friday, January 16, 2009 5:32 PM To: [email protected] 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 checked the parameter on the resultEvent function? Maybe you have E and are calling e.result? I'm grasping at straws here. I have never seen event.result as null. Does WebService have an event.lastresult? --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "Jeff Tapper" <j...@...> wrote: > > I don't believe the mx.rpc.soap.WebService class has a resultFormat > property, but, if it does, im using its default. I've only seen that > property on HTTPService, not WebService > > > > ________________________________________ > > Jeff Tapper> Senior Consultant > > digital primates IT Consulting Group R > > Phone: 847.824.7800, x222 | Fax: 847.655.2867 > > jtap...@... > > > > From: [email protected] <mailto:flexcoders%40yahoogroups.com> [mailto:[email protected] <mailto:flexcoders%40yahoogroups.com> ] On > Behalf Of Tracy Spratt > Sent: Friday, January 16, 2009 3:41 PM > To: [email protected] <mailto:flexcoders%40yahoogroups.com> > Subject: RE: [flexcoders] Re: WebService returning results, but event.result > is null > > > > And what is your resultFormat? > > > > Tracy Spratt > Lariat Services > > Flex development bandwidth available > > _____ > > From: [email protected] <mailto:flexcoders%40yahoogroups.com> [mailto:[email protected] <mailto:flexcoders%40yahoogroups.com> ] On > Behalf Of valdhor > Sent: Friday, January 16, 2009 3:18 PM > To: [email protected] <mailto:flexcoders%40yahoogroups.com> > Subject: [flexcoders] Re: WebService returning results, but event.result is > null > > > > Hmmmmm....Could you post the Soap response. > > --- In [email protected] <mailto:flexcoders%40yahoogroups.com> <mailto:flexcoders%40yahoogroups.com> , > "Jeff Tapper" <jeff@> wrote: > > > > Oddly enough, I'm getting a ResultEvent, no faults at all. > > > > > > > > ________________________________________ > > > > Jeff Tapper> Senior Consultant > > > > digital primates IT Consulting Group R > > > > Phone: 847.824.7800, x222 | Fax: 847.655.2867 > > > > jtapper@ > > > > > > > > From: [email protected] <mailto:flexcoders%40yahoogroups.com> <mailto:flexcoders%40yahoogroups.com> > [mailto:[email protected] <mailto:flexcoders%40yahoogroups.com> <mailto:flexcoders%40yahoogroups.com> ] > On > > Behalf Of valdhor > > Sent: Friday, January 16, 2009 2:00 PM > > To: [email protected] <mailto:flexcoders%40yahoogroups.com> <mailto:flexcoders%40yahoogroups.com> > > Subject: [flexcoders] Re: WebService returning results, but > event.result is > > null > > > > > > > > Are you getting a faultevent or a SoapFault? > > > > --- In [email protected] <mailto:flexcoders%40yahoogroups.com> <mailto:flexcoders%40yahoogroups.com> > <mailto:flexcoders%40yahoogroups.com> , > > "Jeff Tapper" <jeff@> wrote: > > > > > > Has anyone dealt with situations where a webservice call is indeed > > > completing properly, and the results can be seen in service capture, > > and the > > > raw SOAP can be seen in event.message.body, but yet the > event.result is > > > coming through null? > > > > > > > > > > > > I'm battling that very issue now. Any advice or words of wisdom? > > >

