Web Service/Namespace

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 ?
 
C

Cor

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
 
S

Simone®

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top