So we recently upgraded from 2013 to 2016 on prem. I have used the crmSVCUtil for a long time with 2013 without ever having any issues. I have been trying to use the one from the 2016 SDK and it just refuses to call to our onprem CRM, instead it calls to what I can assume is Dynamics 365. Looking at the fiddler trace, it appears to ignore the URL input field completely.
I will put in crmsvcutil.exe /url:https://<server>/<org>/XRMServices/2011/organization.svc /out:Xrm.cs
It ignores my URL completely (yes I removed the actual server and org in that example.), and calls out to https://disco.crm.dynamics/.... cycling through all the continents and then fails. Is this SDK just bugged?