In Visual Stuodio, we need to Update Web Reference every time the web service has been changed so that we can always reference to the latest web service. There's no problem doing it manually.
But is there a way I can programmatically update the web reference?
E.g. After the project being deployed, there's no way we can update the web reference manually (I doubt we can do it in app.config file, except for the change of URL), unless it can be somehow automatically handled by .net framework. So I guess what I probably would like to do is always check if we are using the latest web reference in the code before starting to consume the web service.
I'd appreciate any help and suggestions. Thanks