When creating a Web Service with Asp.net C # I get the following
[WebService(Namespace = "http://tempuri.org/")]
Then when I'm using it, it shows me the message:
This web service is using http://tempuri.org/ as its default namespace
Recommendation: Change the default namespace before the XML Web service is made public.
What is the function of namespace because I do not see that it varies in any way with the web service, is it necessary to change it ?, what should I put