One approach would be to use a RemoteObject that wrapped your web service; hooking Flex up with FlashORB [1] would make this very easy.
~harris [1] http://www.flashorb.com --- Matt Chotin <[EMAIL PROTECTED]> wrote: > We're actively investigating... > > > > _____ > > From: Dirk Eismann > [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 16, 2005 3:49 AM > To: [email protected] > Subject: RE: [flexcoders] Dynamicly calling a > webservice > > > > As far as I know there's no documentation on how to > use the WebService with > AS only - but similar questions pop up here every > few weeks so I guess the > Flex team is aware of this :) Let's see if they give > something like this to > us in the next version of Flex. > > Dirk. > > > -----Original Message----- > > From: Erik Westra [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, March 16, 2005 12:41 PM > > To: [email protected] > > Subject: RE: [flexcoders] Dynamicly calling a > webservice > > > > > > > > Great :) > > > > And is it also possible to instantiate the > webservice class with > > actionscript? > > > > I guess it will be something like this right: > > > > import mx.servicetags.WebService; > > > > var ws = new WebService(); > > ws.wsdl = "http://api.google.com/GoogleSearch.wsdl > <http://api.google.com/GoogleSearch.wsdl> "; > > > > > > (is this documented somewhere?) > > > > Greetz Erik > > > > > > > > Yahoo! Groups Sponsor > > > > ADVERTISEMENT > > <http://us.ard.yahoo.com/SIG=129s40oc5/M=298184.6018725.7038619.3001176/D=gr > oups/S=1705007207:HM/EXP=1111060221/A=2593423/R=0/SIG=11el9gslf/*http:/www.n > etflix.com/Default?mqso=60190075> click here > > > > <http://us.adserver.yahoo.com/l?M=298184.6018725.7038619.3001176/D=groups/S= > :HM/A=2593423/rand=727563333> > > > > _____ > > Yahoo! Groups Links > > * To visit your group on the web, go to: > http://groups.yahoo.com/group/flexcoders/ > <http://groups.yahoo.com/group/flexcoders/> > > * To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > > > * Your use of Yahoo! Groups is subject to the Yahoo! > <http://docs.yahoo.com/info/terms/> Terms of > Service. > > __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/

