Yup, that is correct. In such a case, I use FlashVars to pass the domain url or whatever I need to the swf. http://livedocs.adobe.com/flex/2/docs/00001005.html
regards, Muzak ----- Original Message ----- From: "iilsley" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Wednesday, May 30, 2007 9:49 AM Subject: [flexcoders] Re: HotFix 2 for 2.01 and modules and uri's . I'll give it ago , but I think that would just look for the 'soap' stuff from the 'root' of the webserver whereas the application may be installed under 'root/USERDEFINED'. Thanks for the suggestion .. --- In [email protected], "Muzak" <[EMAIL PROTECTED]> wrote: > > Have you tried: > > this.ws = new mx.rpc.soap.WebService(); > this.ws.wsdl = "/services/myservice/myservice.wsdl"; > this.ws.endpointURI = "/services/myservice/myService.php"; > > regards, > Muzak >

