Consume OData Service from Visual Studio 2017

Multi tool use
I've a issue consuming Dynamics Nav OData. I'm using Visual Studio Community 2017 (version 15.9.0), and I've installed the extension OData Connected Service (Official Microsoft Extension)1.
This is my Odata structure:
http://myWeb:8145/DynamicsNav90_Desa/OData
I've verified and the odata is returning 2 values correctly at opera browser.
So far, it's working fine.
The problem is when I go to the visual studio and I try to add a new connected service, It throws the next error 3:
Image text:
Connected Services
Cannot access
http://myWeb:8145/DynamicsNav90_Desa/OData/$metadata
I've checked the firewall and the port information and they are totally open to connect.
c# visual-studio-2017 odata microsoft-dynamics-nav
add a comment |
I've a issue consuming Dynamics Nav OData. I'm using Visual Studio Community 2017 (version 15.9.0), and I've installed the extension OData Connected Service (Official Microsoft Extension)1.
This is my Odata structure:
http://myWeb:8145/DynamicsNav90_Desa/OData
I've verified and the odata is returning 2 values correctly at opera browser.
So far, it's working fine.
The problem is when I go to the visual studio and I try to add a new connected service, It throws the next error 3:
Image text:
Connected Services
Cannot access
http://myWeb:8145/DynamicsNav90_Desa/OData/$metadata
I've checked the firewall and the port information and they are totally open to connect.
c# visual-studio-2017 odata microsoft-dynamics-nav
Sounds like an interesting problem, but I am unable to see your screenshots (blocked by our firewall). Maybe you can add the actual text?
– johey
Nov 16 '18 at 9:54
Hello @johey try to refresh, maybe I was editing the publish to add more information.
– ATellez
Nov 16 '18 at 10:03
That won't help, the domain imgur.com is completely blocked by our firewall / proxy server. :-|
– johey
Nov 16 '18 at 10:26
@johey I've added the text error
– ATellez
Nov 16 '18 at 10:31
Thanks for that. The problem does not really ring a bell though. Maybe it is security related? You can check this issue on OData's Github: github.com/OData/lab/issues/56
– johey
Nov 16 '18 at 11:30
add a comment |
I've a issue consuming Dynamics Nav OData. I'm using Visual Studio Community 2017 (version 15.9.0), and I've installed the extension OData Connected Service (Official Microsoft Extension)1.
This is my Odata structure:
http://myWeb:8145/DynamicsNav90_Desa/OData
I've verified and the odata is returning 2 values correctly at opera browser.
So far, it's working fine.
The problem is when I go to the visual studio and I try to add a new connected service, It throws the next error 3:
Image text:
Connected Services
Cannot access
http://myWeb:8145/DynamicsNav90_Desa/OData/$metadata
I've checked the firewall and the port information and they are totally open to connect.
c# visual-studio-2017 odata microsoft-dynamics-nav
I've a issue consuming Dynamics Nav OData. I'm using Visual Studio Community 2017 (version 15.9.0), and I've installed the extension OData Connected Service (Official Microsoft Extension)1.
This is my Odata structure:
http://myWeb:8145/DynamicsNav90_Desa/OData
I've verified and the odata is returning 2 values correctly at opera browser.
So far, it's working fine.
The problem is when I go to the visual studio and I try to add a new connected service, It throws the next error 3:
Image text:
Connected Services
Cannot access
http://myWeb:8145/DynamicsNav90_Desa/OData/$metadata
I've checked the firewall and the port information and they are totally open to connect.
c# visual-studio-2017 odata microsoft-dynamics-nav
c# visual-studio-2017 odata microsoft-dynamics-nav
edited Nov 16 '18 at 10:30
ATellez
asked Nov 16 '18 at 9:48
ATellezATellez
5519
5519
Sounds like an interesting problem, but I am unable to see your screenshots (blocked by our firewall). Maybe you can add the actual text?
– johey
Nov 16 '18 at 9:54
Hello @johey try to refresh, maybe I was editing the publish to add more information.
– ATellez
Nov 16 '18 at 10:03
That won't help, the domain imgur.com is completely blocked by our firewall / proxy server. :-|
– johey
Nov 16 '18 at 10:26
@johey I've added the text error
– ATellez
Nov 16 '18 at 10:31
Thanks for that. The problem does not really ring a bell though. Maybe it is security related? You can check this issue on OData's Github: github.com/OData/lab/issues/56
– johey
Nov 16 '18 at 11:30
add a comment |
Sounds like an interesting problem, but I am unable to see your screenshots (blocked by our firewall). Maybe you can add the actual text?
– johey
Nov 16 '18 at 9:54
Hello @johey try to refresh, maybe I was editing the publish to add more information.
– ATellez
Nov 16 '18 at 10:03
That won't help, the domain imgur.com is completely blocked by our firewall / proxy server. :-|
– johey
Nov 16 '18 at 10:26
@johey I've added the text error
– ATellez
Nov 16 '18 at 10:31
Thanks for that. The problem does not really ring a bell though. Maybe it is security related? You can check this issue on OData's Github: github.com/OData/lab/issues/56
– johey
Nov 16 '18 at 11:30
Sounds like an interesting problem, but I am unable to see your screenshots (blocked by our firewall). Maybe you can add the actual text?
– johey
Nov 16 '18 at 9:54
Sounds like an interesting problem, but I am unable to see your screenshots (blocked by our firewall). Maybe you can add the actual text?
– johey
Nov 16 '18 at 9:54
Hello @johey try to refresh, maybe I was editing the publish to add more information.
– ATellez
Nov 16 '18 at 10:03
Hello @johey try to refresh, maybe I was editing the publish to add more information.
– ATellez
Nov 16 '18 at 10:03
That won't help, the domain imgur.com is completely blocked by our firewall / proxy server. :-|
– johey
Nov 16 '18 at 10:26
That won't help, the domain imgur.com is completely blocked by our firewall / proxy server. :-|
– johey
Nov 16 '18 at 10:26
@johey I've added the text error
– ATellez
Nov 16 '18 at 10:31
@johey I've added the text error
– ATellez
Nov 16 '18 at 10:31
Thanks for that. The problem does not really ring a bell though. Maybe it is security related? You can check this issue on OData's Github: github.com/OData/lab/issues/56
– johey
Nov 16 '18 at 11:30
Thanks for that. The problem does not really ring a bell though. Maybe it is security related? You can check this issue on OData's Github: github.com/OData/lab/issues/56
– johey
Nov 16 '18 at 11:30
add a comment |
1 Answer
1
active
oldest
votes
I had the same issue (I'm also working with Dynamics Nav ;) )
The problem is that OData Connected Service doesn't support authorization.
You need to save metadata file locally and point it when adding OData Service Reference.
- Open http://myWeb:8145/DynamicsNav90_Desa/OData/$metadata in the browser and save it on disk
- Use path to this file during adding service reference in Visual Studio:
For me it works perfectly.
Thanks!!! It works fine but I decided to use Visual Studio 2015. Best regards
– ATellez
Feb 15 at 9:06
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53335235%2fconsume-odata-service-from-visual-studio-2017%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I had the same issue (I'm also working with Dynamics Nav ;) )
The problem is that OData Connected Service doesn't support authorization.
You need to save metadata file locally and point it when adding OData Service Reference.
- Open http://myWeb:8145/DynamicsNav90_Desa/OData/$metadata in the browser and save it on disk
- Use path to this file during adding service reference in Visual Studio:
For me it works perfectly.
Thanks!!! It works fine but I decided to use Visual Studio 2015. Best regards
– ATellez
Feb 15 at 9:06
add a comment |
I had the same issue (I'm also working with Dynamics Nav ;) )
The problem is that OData Connected Service doesn't support authorization.
You need to save metadata file locally and point it when adding OData Service Reference.
- Open http://myWeb:8145/DynamicsNav90_Desa/OData/$metadata in the browser and save it on disk
- Use path to this file during adding service reference in Visual Studio:
For me it works perfectly.
Thanks!!! It works fine but I decided to use Visual Studio 2015. Best regards
– ATellez
Feb 15 at 9:06
add a comment |
I had the same issue (I'm also working with Dynamics Nav ;) )
The problem is that OData Connected Service doesn't support authorization.
You need to save metadata file locally and point it when adding OData Service Reference.
- Open http://myWeb:8145/DynamicsNav90_Desa/OData/$metadata in the browser and save it on disk
- Use path to this file during adding service reference in Visual Studio:
For me it works perfectly.
I had the same issue (I'm also working with Dynamics Nav ;) )
The problem is that OData Connected Service doesn't support authorization.
You need to save metadata file locally and point it when adding OData Service Reference.
- Open http://myWeb:8145/DynamicsNav90_Desa/OData/$metadata in the browser and save it on disk
- Use path to this file during adding service reference in Visual Studio:
For me it works perfectly.
answered Jan 30 at 10:27


LazysLazys
136213
136213
Thanks!!! It works fine but I decided to use Visual Studio 2015. Best regards
– ATellez
Feb 15 at 9:06
add a comment |
Thanks!!! It works fine but I decided to use Visual Studio 2015. Best regards
– ATellez
Feb 15 at 9:06
Thanks!!! It works fine but I decided to use Visual Studio 2015. Best regards
– ATellez
Feb 15 at 9:06
Thanks!!! It works fine but I decided to use Visual Studio 2015. Best regards
– ATellez
Feb 15 at 9:06
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53335235%2fconsume-odata-service-from-visual-studio-2017%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
PUH7xY35SfP u LdSR
Sounds like an interesting problem, but I am unable to see your screenshots (blocked by our firewall). Maybe you can add the actual text?
– johey
Nov 16 '18 at 9:54
Hello @johey try to refresh, maybe I was editing the publish to add more information.
– ATellez
Nov 16 '18 at 10:03
That won't help, the domain imgur.com is completely blocked by our firewall / proxy server. :-|
– johey
Nov 16 '18 at 10:26
@johey I've added the text error
– ATellez
Nov 16 '18 at 10:31
Thanks for that. The problem does not really ring a bell though. Maybe it is security related? You can check this issue on OData's Github: github.com/OData/lab/issues/56
– johey
Nov 16 '18 at 11:30