Skip to Content
0
Former Member
Jan 19, 2012 at 08:42 AM

OData MetaData Parsing Error

201 Views

Hi everybody,

I am about to parse the metadata and the service document of an REST-WebService via Odata.

Therefore I am using the SDMParser and the sdmParseODataSchemaXML(metaDataXML,ServiceDoc) but I getting the following error:

Entity set refers to an unknown entity Type!

So this means that the service doc xml does not match the metadata?

What can I do now?