The problem is that, when you add a web reference, the name you give to that
web reference is actually the namespace for the proxy class and for the used
types. Since you have "a bunch of services" as you mentioned, you might get
into the situation of having a type name used more than once under the same
namespace for different classes. That is why I would advise either to leave
VS handle this by default, or take very good car of what you do when you
change the namespaces for your web references!
> Adding Web References to asmx files in Windows seems to require a new name
> for every reference added.
[quoted text clipped - 13 lines]
>
> Thanks