I am trying to add a service reference
in my C#
project using a WSDL
URL and trying to change the URL in run time by sending the URL value as an argument into the service constructor as mentioned in the following answer.
How to change webservice url endpoint?
My doubt is that whether the WSDL URL I add in the project needs to be accessible always when the application is running? Whether it will cause any error when the URL goes down or become not available.
Please let me know if you need any clarification on this query?