-
-
When adding a web service to your 2.0 .NET project, always begin by the same prefix, so, when the code will be generated, the namespace using will always be the same... like WebService.TheWSName and WebService.TheSecondWSName...
-f.
-
-
For production product, usage of public should be only used for publicly accessible methods, because all public methods can be used by other assembly/application than yours.
-f.