简体   繁体   中英

Visual Studio 2017 Error Update OData Service Reference

I've created a new project in visual studio community to consume and use SOAP or OData service. I've installed the visual studio marketplace extension to use this services.

I've been able to consume both, but when I try to update the OData service (click rigth in the OData Service>Update OData Connected Service..), Visual Studio throw this error:

OData更新错误

When I update the SOAP Service it works fine. I've found some information about this error but nothing its working for me.

This looks like a Navision OData service right?

I believe the metadata url is: http://<baseurl>/DynamicsNAV110/OData/$metadata (Remove the company part, since that is part of the OData resource).

You can check this url by just opening it in your browser and seeing of you get a metadata XML document as the response.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM