I am using Olingo 4.3 to work with Odata based APIs (Web APIs) of Microsoft dynamics. But while parsing the response EDMX document , Olingo throws below Exception.
java.lang.IllegalArgumentException The referenced EDMX document has the URI vocabularies.odata.org/OData.Community.Keys.V1.xml where scheme, host, or port is different from the main metadata document URI. where scheme, host, or port is different from the main metadata document URI
It tries to match the host name and scheme of parent URL with the reference URL which is different.
I am not sure whether this issue should be addressed by Olingo or Microsoft.
*This post is locked for comments