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 ----- Original Message ----- From: "iilsley" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Wednesday, May 30, 2007 3:13 AM Subject: [flexcoders] Re: HotFix 2 for 2.01 and modules and uri's . I'm using 'relative' paths because I dont necessarily know the 'root' url . The application could be installed under any 'path' . There should be an option for Modules as to what its URL to use , its or the application its being loaded into . This is a definate change of behavior in HotFix2 and one that IMHO is not for the better :) ..

