[flexcoders] reference to a webservice object

2005-08-30 Thread inajamaica
Is it possible to pass a reference to your webservice object, if you create the object in mxml? For instance, I tried the following: In AS code: someObj.setRefToWS (mySvc); But I've found that mySvc is actually a ServiceTag object, & not a WebService object...so when I try to make webservice

[flexcoders] Re: Calling a webservice solely through AS

2005-08-29 Thread inajamaica
; } > remoteDataService.__showBusyCursor = true; > } > > > } > > Once you have the genreated AS, you can rename it as DataService.as, and > rename the DataService.mxml to something else. So long as the > DataService.a

[flexcoders] Calling a webservice solely through AS

2005-08-26 Thread inajamaica
All, I have been up & down the flex documentation and the web (& searched through alot of this forum), but I can't seem to find a concrete example of calling a webservice and using the WebService object SOLELY with ActionScript. I have the following so far: //supposedly, this parses the wsdl so