[flexcoders] Re: Cairngorm 2.2 incompatible with AS-based ServiceLocator?

2007-06-04 Thread ben.clinkinbeard
rough lazy instantiation on the first call to get > > webServices() on the service locator, so ensure that that call never > > happens before you have created your dynamic web services. > > > > Thanks, > > > > Alistair > > > > -Original M

RE: [flexcoders] Re: Cairngorm 2.2 incompatible with AS-based ServiceLocator?

2007-05-18 Thread Alistair McLeod
ening there? Ali -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: 18 May 2007 14:47 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Cairngorm 2.2 incompatible with AS-based ServiceLocator? Hi Alistair, _webServic

[flexcoders] Re: Cairngorm 2.2 incompatible with AS-based ServiceLocator?

2007-05-18 Thread ben.clinkinbeard
oogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of ben.clinkinbeard > Sent: 17 May 2007 19:07 > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: Cairngorm 2.2 incompatible with AS-based > ServiceLocator? > > I declared my ServiceLocator subclass in AS rather than MXML, a

RE: [flexcoders] Re: Cairngorm 2.2 incompatible with AS-based ServiceLocator?

2007-05-18 Thread Alistair McLeod
Subject: [flexcoders] Re: Cairngorm 2.2 incompatible with AS-based ServiceLocator? I declared my ServiceLocator subclass in AS rather than MXML, and when my app loads I load an XML file. That XML file contains the WSDL URLs for all the WebServices that I use in my app, so once it is loaded I call

[flexcoders] Re: Cairngorm 2.2 incompatible with AS-based ServiceLocator?

2007-05-17 Thread ben.clinkinbeard
I declared my ServiceLocator subclass in AS rather than MXML, and when my app loads I load an XML file. That XML file contains the WSDL URLs for all the WebServices that I use in my app, so once it is loaded I call an initServices() method that I defined on the ServiceLocator subclass. The initServ