>I'm not sure how to set up an HTTPService call in Cairngorm. I'm
>trying to load an XML document from a server. I think I got the Event
>and Command classes right, so here a just code snippets from the
>Service Locator and the Delegate:
>       this.service = ServiceLocator.getInstance().getService("loadConfig" 
>);


The ServiceLocator provides two different methods for the three different 
RPC Service types.  For HTTPService you have to use:

       this.service = 
ServiceLocator.getInstance().getHTTPService("loadConfig");

Darren




--
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/

<*> 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