I have a web service and is consumed from a Windows CE application. Currently I hard coded the URL by adding it as web reference. Is there any way I can supply the URL separately, so that I don’t have to recompile the solution when I change the URL?
Share
What you can do is:
1. Create your webservice reference in a project
2. change setting to be “dynamic url”
3. store your url in a file.
4. Change reference.cs file to use your url.
done.
for step by step instruction you can follow this code project article