Web Service/Namespace

  • Thread starter Thread starter Simone®
  • Start date Start date
S

Simone®

I finished to deploy my first web service written in vb.
Now I have to install it to the customer server.
The web service's header look like this :

<System.Web.Services.WebService(Namespace:="http://something/dir")>

I had necessity to change the namespace withouth recompiling each time
(the web service could run under different servers)
It's possibile to specify a parameter in some configuration file (as
web.config?)
Thank you
Simone

p.s. What happen if I leave the default namespace http://tempuri.org ?
 
Hi Simone,

I think you have a better change with this question in the newsgroup
microsoft.public.framework.aspnet.

Not saying you get no answer here also but there probably in that other
newsgroup more and maybe even better.

Cor
 
Cor said:
Hi Simone,

I think you have a better change with this question in the newsgroup
microsoft.public.framework.aspnet.

Not saying you get no answer here also but there probably in that other
newsgroup more and maybe even better.

ok, thank you
Simone
 
Back
Top