Help with Service Reference
Hi All..Im developing a windows application that must use a web service. I used 'Add Service Reference' to add the service and was able to add it to my project. But i'm wondering if how can i get the service reference address/url and change it. Any help please..Thanks!
Re: Help with Service Reference
Hey,
Once you have created the web reference, the reference itself should have been entered into your applications app.config file. In there you can edit it to be whatever you want.
Bear in mind, that if you change the url, the web service needs to have the same contract as the one you previously configured, or it will not work correctly
Hope that helps!!
Gary