Reputation: 41
I have a web service running that requires a user id and password to access.
https://app.notmyrealdomain.uk:8120/WebService/OData/$metadata
If I enter the above address in my browser it will correctly prompt for a user ID and password before showing the metadata.
When trying to configure the endpoint address using the Visual Studio 2015/2017 Connected Service OData it doesn't prompt for the user id and password and gives an error "Connected Services - Cannot Access" and won't let me complete the wizard.
How can I use Connected Service OData with a user ID and password?
Thx, Darrell
Upvotes: 3
Views: 930
Reputation: 608
There is one workaround for this - you need to save metadata file locally and use it when adding Service Reference.
For me it works perfectly.
Upvotes: 1