Hi Dirk,

 

That might be the reason indeed. I had the loadWSDL in my delegate just
before I call the method of the webservive.

I guess I should be in the Services.mxml. I can't really figure out
where to put it though....

 

Robin 

 

________________________________

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Dirk Eismann
Sent: Thursday, 21 December 2006 6:30 PM
To: [email protected]
Subject: RE: [flexcoders] Cairngorm 2.1 - calling a webservive more than
once

 

Any change you're calling loadWSDL() more than once on your WebService
instance? This could be the reason.

 

Dirk.

         

        
________________________________


        From: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf Of Robin Burrer
        Sent: Thursday, December 21, 2006 6:54 AM
        To: [email protected]
        Subject: RE: [flexcoders] Cairngorm 2.1 - calling a webservive
more than once

        I switched back to v 2.0 and all works fine now. I don't really
have the time to debug this. I'm quite happy with version 2.0 and don't
really see a reason to "upgrade" ....

        Thanks for your reply anyway!

         

        Robin

         

         

         

        
________________________________


        From: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf Of Clint Modien
        Sent: Thursday, 21 December 2006 4:37 PM
        To: [email protected]
        Subject: Re: [flexcoders] Cairngorm 2.1 - calling a webservive
more than once

         

        Add this to your Application mxml file.

        <!-- Logging configured in MXML. -->
        
        
        
        
        <mx:TraceTarget>
        
        
        
        
            <!-- 2 is represents the LogEventLevel.DEBUG constant. -->
        
        
        
        
            <mx:level>2</mx:level>
        
        
        
        
        
        </mx:TraceTarget>
        
        
        
        
        
        
        
        
        
        If you can paste the soap going back and forth to the list it
would help to diagnose your problem.
        
        
        
        
        
        
        
        
        
        You could also grab a program called ServiceCapture to grab the
soap messages.  
        
        
        
        
        
        http://kevinlangdon.com/serviceCapture/
<http://kevinlangdon.com/serviceCapture/> 

         

        On 12/20/06, Robin Burrer < [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> > 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