Will there be a way to keep it defaulted to "off"? I prefer to control
when loadWSDL() is called.

Thanks,
Ben

--- In flexcoders@yahoogroups.com, "Peter Martin" <[EMAIL PROTECTED]> wrote:
>
> There have been a number of postings across the various newsgroups
> regarding Web Services behaving differently in Cairngorm 2.1.
> 
>  
> 
> The problem is due to ServiceLocator no longer extending UIComponent. As
> such, loadWSDL() is not called automatically.
> 
>  
> 
> To call a Web Service operation you will need to call loadWSDL()
> yourself, for example:
> 
>  
> 
> webService.loadWSDL();
> 
> var call : AsyncToken = webService.GetQuote.send( stockSymbol );
> 
> call.addResponder( responder );
> 
>  
> 
> In the next release of Cairngorm we will do this automatically for you
> in the ServiceLocator.
> 
>  
> 
>  
> 
>  
> 
> Peter Martin
> Technical Architect (Rich Internet Applications)
> Adobe Consulting
> Westpoint, 4 Redheughs Rigg, South Gyle, Edinburgh, EH12 9DQ, UK
> p: +44 (0) 131 338 6108
> m: +44 (0) 7825 032160
> [EMAIL PROTECTED]
> http://weblogs.macromedia.com/pmartin
>





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to