You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use https://github.com/unchase/Unchase.OData.Connectedservice/ to generate OData client C# code based on a metadata file.
The service is hosted on SAP/S4Hana and the metadata is in version 2.0.
Here is the content of the metadata:
Same here. Removing the following line from metadata.xml "fixed" it for now: <Annotation Term="Core.SchemaVersion" String="1.0.0" xmlns="http://docs.oasis-open.org/odata/ns/edm"/>
we use odata service in sap with c# connection and old service not include ("") this line. We success add old odata service in the project but not add new odata service in the project. only change new service <Ann... we asume for this.
then we add old service and change "EndPoint" : 'old to new' and we success use new odata service.
I am trying to use https://github.com/unchase/Unchase.OData.Connectedservice/ to generate OData client C# code based on a metadata file.
The service is hosted on SAP/S4Hana and the metadata is in version 2.0.
Here is the content of the metadata:
The following steps show how I imported the metadata file:
As you can see on the last step I have received an error.
I also tried to import https://services.odata.org/V2/Northwind/Northwind.svc/$metadata file and it generated OData client without any error.
Best regards
The text was updated successfully, but these errors were encountered: