[flexcoders] Re: Cairngorm 2.1 - calling a webservive more than once

2006-12-25 Thread rd_grimes
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Eismann Sent: Thursday, 21 December 2006 6:30 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Cairngorm 2.1 - calling a webservive more than once Any change you're calling loadWSDL() more than once

[flexcoders] Re: Cairngorm 2.1 - calling a webservive more than once

2006-12-21 Thread jamiebadman
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

[flexcoders] Re: Cairngorm 2.1 - calling a webservive more than once

2006-12-21 Thread ben.clinkinbeard
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

[flexcoders] Re: Cairngorm 2.1 - calling a webservive more than once

2006-12-21 Thread bernardini.paolo
I have a similar issue, when I call webservices more than once whit cairngorm 2.1, that I still haven't solved. Now you have to manually call webService.loadWSDL(), plus there is another weird thing happening that didn't happen with version 2.0. basically it changes the way I'm accessing the