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 >

