Home All Groups Group Topic Archive Search About
Author
10 Jan 2006 8:58 PM
Bryan Dickerson
Newbie Warning!

I have a VB.Net-coded Web Service that, when I look at the ASMX file in a
browser, it says:

"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 does that mean and what does a namespace mean and/or buy me?

--
TFWBWY...A

Author
11 Jan 2006 10:46 AM
m.posseth
set the default namespace to the adress of the webservice

for instance :

http://www.mycompanny.com/webservices


what is a namespace :

http://en.wikipedia.org/wiki/Namespace_%28programming%29


nothing else as a collection of identifiers   , with setting them to your
own uri you ensure the uniqueness

Michel Posseth  [MCP]



Show quoteHide quote
"Bryan Dickerson" <txprp***@netscape.net> wrote in message
news:OoJFRiiFGHA.3176@TK2MSFTNGP12.phx.gbl...
> Newbie Warning!
>
> I have a VB.Net-coded Web Service that, when I look at the ASMX file in a
> browser, it says:
>
> "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 does that mean and what does a namespace mean and/or buy me?
>
> --
> TFWBWY...A
>