Sounds like maybe you're loading the WSDL more than once, probably on
each call. loadWSDL() should only be called once.

HTH,
Ben

--- In flexcoders@yahoogroups.com, "jamiebadman" <[EMAIL PROTECTED]> wrote:
>
> I'm getting some strange behaviour also. The first time I call the 
> WebService, event.result contains the data I'd expect.
> 
> The second time though, the data is found in event.result.result - 
> is this the same as you're seeing ?
> 
> Any ideas anyone ?!
> 
> Also, does anyone have any examples of using the new 
> CairngormMessage feature ? The online docs supplied with 2.1 are so 
> sparse - there's no in-depth explanation of anything and no examples 
> at all.
> 
> Jamie.
> 
> --- In flexcoders@yahoogroups.com, "Robin Burrer" <rburrer@> 
> wrote:
> >
> > Hi there,
> > 
> >  
> > 
> > This is driving me mad.... When I try to call a webservice more 
> than
> > once the  webservice object returns an empty object. 
> > 
> > The "result" method still gets triggered but the returned data 
> object
> > has no properties... Everything works fine for the first time 
> though.
> > 
> > The same service works fine in a Cairngorm 2.0 app. Any ideas? 
> > 
> >  
> > 
> >  
> > 
> > Regards
> > 
> >  
> > 
> >  
> > 
> > Robin
> >
>


Reply via email to