Tagged Questions

3
votes
2answers
2k views

Can I change a web service reference URL in the Config file?

I have an application targeting the 2.0 .NET framework. The solution is using the VS web service reference folder. A grep through the solution reveals that this URL lives in a handful of files. ...
0
votes
1answer
263 views

In winforms, how do I dynamically change the url of my web reference?

I have 2 web sites with the identical web service. For web service "SampleService", I would like to know how to choose which web server to choose from. Web service: "SampleService" Web reference ...