Get Web Service URL
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have a web reference in my code that allows me to access a web service. I want to make sure that I'm accessing the right web service by checking the URL that's stored under the web reference. For example if I'm accessing the web service from server X rather than server Y, I can just refer to the URL but can I get hold of this value somehow? Thanks :)