After incorporating my Ajax webservice into a namespace (MyCompany.Web.MyService), I encountered an issue where the proxy in Javascript is being regenerated as MyCompany.Web.MyService.
Is it possible to change the name of the Javascript proxy to just MyService? Alternatively, can MyService be set as an alias for MyCompany.Web.MyService in Javascript?