I am using VS2022/C#, to create a Service Reference to point to our newly relocated and upgraded version of Content Server. There url is https://<baseurl>/cws/ContentService.svc?wsdl
This now gives me the following error when trying to add new Connected Service:
An error occurred while attempting to find services at 'https://<baseurl>/cws/ContentService.svc?wsdl'. Duplicate attribute found. Both 'xmime:expectedContentTypes' and 'xmime:expectedContentTypes' are from the namespace 'http://www.w3.org/2005/05/xmlmime'. Line 1, position 490.
And details: Metadata contains a reference that cannot be resolved: 'https://<baseurl>/cws/ContentService.svc?xsd=xsd0'.
Any ideas, how to get around this and still generate Reference.cs file and supporting json?