In the properties of the Web Service change the url from Static to Dynamic,
then you can change the url in the web.config.
> Hi everybody,
> Our company has identical web services running on different machines and I
> tried to switch to another server by changing Url in a config file - it
> doesn't work that way. Does anybody have a clue how to do it without
> adding a
> new web reference to a project and recompiling?
emax - 23 Mar 2007 14:09 GMT
It is dynamic !
> In the properties of the Web Service change the url from Static to Dynamic,
> then you can change the url in the web.config.
[quoted text clipped - 5 lines]
> > adding a
> > new web reference to a project and recompiling?