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