I want to program Service Provider Foundation with VS C# according to https://msdn.microsoft.com/en-us/library/jj643293.aspx
When I try to add a service Reference I get following error:
There was an error downloading 'https://<ip>:8100/SC2016/VMM/Microsoft.Management.Odata.svc/$metadata'.
Unable to connect to the remote server
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond <ip>:8100
Metadata contains a reference that cannot be resolved: 'https://<ip>:8100/SC2016/VMM/Microsoft.Management.Odata.svc/'.
There was no endpoint listening at https://<ip>:8100/SC2016/VMM/Microsoft.Management.Odata.svc/ that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.
Unable to connect to the remote server
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond <ip>:8100
If the service is defined in the current solution, try building the solution and adding the service reference again.
We use SC2016. I installed WCF Data Services 5.6.0 tools and WCF Data Services Client for OData V1-3 (5.8.1).
Does anyone has an idea what the problem is or has a hint how I could identify it?
Thanks!
KR