We have webservice deployed on a window server 2003 and with new release we are migrating it to 2008. With migration the url of the webservice will get changed:
Existing : https://abc.com/service.svc?wsdl
New: https://abc-p.com/service.svc?wsdl
To handle this situation we want to use DNS redirect. Will this have any impact on consuming applications ?