I have a local server that is unsupported. Someone else is querying the webservice so I am assuming that all is working. They don't use Visual studio and they are not around to ask questions of.
I am unable to add a service reference but under the advanced button I am able to query the web service.
The content of the target page seems to download fine bu then it errors out:
There was an error downloading 'https://serverName/webservice/myName.svc?wsdl/_vti_bin/ListData.svc/$metadata'. The request failed with HTTP status 406: Not Acceptable.I have no idea why "_vti_bin/ListData.svc/$metadata" is in there or what it means. It is not in the SVC file and the service I am referencing is at
https://serverName/webservice/myName.svc?wsdl
using vs2013
help?