我们有Java OData服务,客户端在Dotnet。
在Java服务中,我们声明了List [Long],当我们尝试读取Jen-Blog中提到的元数据时。我们收到了错误。
Java服务的元数据:
<EntityType Name="Products" Abstract="false">
<Property Name="ProductIdList" Type="Edm.Int64" Nullable="false" CollectionKind="Bag" />
</EntityType>
dotnet结束时出错:
The metadata document could not be read from the message content.
UnexpectedXmlAttribute : The attribute 'CollectionKind' was not expected in the given context. : (1, 183892)