cancel
Showing results for 
Search instead for 
Did you mean: 

OData : How can an OData V3 EDMX file be consumed

tuh
Explorer
0 Kudos

Hi All

We have a to be scenario where the provider is using af OData V3 on .Net.

The provided EDMX file can some how not be uploaded/importet as a resource.

We have tried to validate the file using the Metadatavalidation provided in Odata for beginners. But it fails because of the Schema Namespace. The reason is that the schema xmlns="http://schemas.microsoft.com/ado/2008/09/edm" is not a part of V2/V4 we presume

	<edmx:DataServices m:DataServiceVersion="3.0" m:MaxDataServiceVersion="3.0" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
		<Schema Namespace="Som" xmlns:an="http://schemas.microsoft.com/ado/2009/02/edm/annotation" xmlns:cr="Org.OData.Core.V1" xmlns:ds="Org.OData.Display.V1" xmlns:v1="Org.OData.Validation.V1" xmlns:va="Org.OData.Validation.V2" xmlns:sv="Scanjour.OData.Server.V1" xmlns="http://schemas.microsoft.com/ado/2009/11/edm">
Is there any way to solve this ? is it possible to consume a V3 OData in SAP CPI ?
robertfels
Participant

SAP CPI only provides V2 and V4. You can ask for V3 support here: https://influence.sap.com/sap/ino/#/campaign/2282

Accepted Solutions (0)

Answers (0)