As we are working locally so our service link is: http://localhost:8012/webservice.asmx
When we deploy the webservice on our service, we have to remove the local web service and then add the web service link again for example: http://test.com/webservice.asmx.
It is not convenient to remove the web service reference and add it again. Is there any elegant solution?