As far as I know there's no documentation on how to use the WebService withAS only - but similar questions pop up here every few weeks so I guess theFlex 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"; > > > (is this documented somewhere?) > > Greetz Erik >

