Recently I added my Ajax webservice to a namespace (MyCompany.Web.MyService)... The problem is it regenerates the proxy in javascript as MyCompany.Web.MyService.
Is there a way to override the name of the javascript proxy to just MyService? or at least make MyService an alias for MyCompany.Web.MyService in javascript?
This can help you A proxy generator to WebServices for JavaScript and AJAX