Repository: olingo-odata4
Updated Branches:
  refs/heads/master 752bfad36 -> 74fe42e54


http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/74fe42e5/lib/client-core/src/test/resources/org/apache/olingo/client/core/v3/northwind-metadata.xml
----------------------------------------------------------------------
diff --git 
a/lib/client-core/src/test/resources/org/apache/olingo/client/core/v3/northwind-metadata.xml
 
b/lib/client-core/src/test/resources/org/apache/olingo/client/core/v3/northwind-metadata.xml
deleted file mode 100644
index 0a14f0a..0000000
--- 
a/lib/client-core/src/test/resources/org/apache/olingo/client/core/v3/northwind-metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<edmx:Edmx Version="1.0" 
xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx";><edmx:DataServices 
m:DataServiceVersion="1.0" m:MaxDataServiceVersion="3.0" 
xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata";><Schema
 Namespace="NorthwindModel" 
xmlns="http://schemas.microsoft.com/ado/2008/09/edm";><EntityType 
Name="Category"><Key><PropertyRef Name="CategoryID" /></Key><Property 
Name="CategoryID" Type="Edm.Int32" Nullable="false" 
p6:StoreGeneratedPattern="Identity" 
xmlns:p6="http://schemas.microsoft.com/ado/2009/02/edm/annotation"; /><Property 
Name="CategoryName" Type="Edm.String" Nullable="false" MaxLength="15" 
FixedLength="false" Unicode="true" /><Property Name="Description" 
Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" 
/><Property Name="Picture" Type="Edm.Binary" MaxLength="Max" 
FixedLength="false" /><NavigationProperty Name="Products" 
Relationship="NorthwindModel.FK_Products_Categories" ToRole="Products" 
FromRole="Categories" /></Entity
 Type><EntityType Name="CustomerDemographic"><Key><PropertyRef 
Name="CustomerTypeID" /></Key><Property Name="CustomerTypeID" Type="Edm.String" 
Nullable="false" MaxLength="10" FixedLength="true" Unicode="true" /><Property 
Name="CustomerDesc" Type="Edm.String" MaxLength="Max" FixedLength="false" 
Unicode="true" /><NavigationProperty Name="Customers" 
Relationship="NorthwindModel.CustomerCustomerDemo" ToRole="Customers" 
FromRole="CustomerDemographics" /></EntityType><EntityType 
Name="Customer"><Key><PropertyRef Name="CustomerID" /></Key><Property 
Name="CustomerID" Type="Edm.String" Nullable="false" MaxLength="5" 
FixedLength="true" Unicode="true" /><Property Name="CompanyName" 
Type="Edm.String" Nullable="false" MaxLength="40" FixedLength="false" 
Unicode="true" /><Property Name="ContactName" Type="Edm.String" MaxLength="30" 
FixedLength="false" Unicode="true" /><Property Name="ContactTitle" 
Type="Edm.String" MaxLength="30" FixedLength="false" Unicode="true" /><Property 
Name="Address" Type="E
 dm.String" MaxLength="60" FixedLength="false" Unicode="true" /><Property 
Name="City" Type="Edm.String" MaxLength="15" FixedLength="false" Unicode="true" 
/><Property Name="Region" Type="Edm.String" MaxLength="15" FixedLength="false" 
Unicode="true" /><Property Name="PostalCode" Type="Edm.String" MaxLength="10" 
FixedLength="false" Unicode="true" /><Property Name="Country" Type="Edm.String" 
MaxLength="15" FixedLength="false" Unicode="true" /><Property Name="Phone" 
Type="Edm.String" MaxLength="24" FixedLength="false" Unicode="true" /><Property 
Name="Fax" Type="Edm.String" MaxLength="24" FixedLength="false" Unicode="true" 
/><NavigationProperty Name="Orders" 
Relationship="NorthwindModel.FK_Orders_Customers" ToRole="Orders" 
FromRole="Customers" /><NavigationProperty Name="CustomerDemographics" 
Relationship="NorthwindModel.CustomerCustomerDemo" 
ToRole="CustomerDemographics" FromRole="Customers" /></EntityType><EntityType 
Name="Employee"><Key><PropertyRef Name="EmployeeID" /></Key><Property N
 ame="EmployeeID" Type="Edm.Int32" Nullable="false" 
p6:StoreGeneratedPattern="Identity" 
xmlns:p6="http://schemas.microsoft.com/ado/2009/02/edm/annotation"; /><Property 
Name="LastName" Type="Edm.String" Nullable="false" MaxLength="20" 
FixedLength="false" Unicode="true" /><Property Name="FirstName" 
Type="Edm.String" Nullable="false" MaxLength="10" FixedLength="false" 
Unicode="true" /><Property Name="Title" Type="Edm.String" MaxLength="30" 
FixedLength="false" Unicode="true" /><Property Name="TitleOfCourtesy" 
Type="Edm.String" MaxLength="25" FixedLength="false" Unicode="true" /><Property 
Name="BirthDate" Type="Edm.DateTime" /><Property Name="HireDate" 
Type="Edm.DateTime" /><Property Name="Address" Type="Edm.String" MaxLength="60" 
FixedLength="false" Unicode="true" /><Property Name="City" Type="Edm.String" 
MaxLength="15" FixedLength="false" Unicode="true" /><Property Name="Region" 
Type="Edm.String" MaxLength="15" FixedLength="false" Unicode="true" /><Property 
Name="PostalCode" Type="Edm.St
 ring" MaxLength="10" FixedLength="false" Unicode="true" /><Property 
Name="Country" Type="Edm.String" MaxLength="15" FixedLength="false" 
Unicode="true" /><Property Name="HomePhone" Type="Edm.String" MaxLength="24" 
FixedLength="false" Unicode="true" /><Property Name="Extension" 
Type="Edm.String" MaxLength="4" FixedLength="false" Unicode="true" /><Property 
Name="Photo" Type="Edm.Binary" MaxLength="Max" FixedLength="false" /><Property 
Name="Notes" Type="Edm.String" MaxLength="Max" FixedLength="false" 
Unicode="true" /><Property Name="ReportsTo" Type="Edm.Int32" /><Property 
Name="PhotoPath" Type="Edm.String" MaxLength="255" FixedLength="false" 
Unicode="true" /><NavigationProperty Name="Employees1" 
Relationship="NorthwindModel.FK_Employees_Employees" ToRole="Employees1" 
FromRole="Employees" /><NavigationProperty Name="Employee1" 
Relationship="NorthwindModel.FK_Employees_Employees" ToRole="Employees" 
FromRole="Employees1" /><NavigationProperty Name="Orders" 
Relationship="NorthwindModel.FK_O
 rders_Employees" ToRole="Orders" FromRole="Employees" /><NavigationProperty 
Name="Territories" Relationship="NorthwindModel.EmployeeTerritories" 
ToRole="Territories" FromRole="Employees" /></EntityType><EntityType 
Name="Order_Detail"><Key><PropertyRef Name="OrderID" /><PropertyRef 
Name="ProductID" /></Key><Property Name="OrderID" Type="Edm.Int32" 
Nullable="false" /><Property Name="ProductID" Type="Edm.Int32" Nullable="false" 
/><Property Name="UnitPrice" Type="Edm.Decimal" Nullable="false" Precision="19" 
Scale="4" /><Property Name="Quantity" Type="Edm.Int16" Nullable="false" 
/><Property Name="Discount" Type="Edm.Single" Nullable="false" 
/><NavigationProperty Name="Order" 
Relationship="NorthwindModel.FK_Order_Details_Orders" ToRole="Orders" 
FromRole="Order_Details" /><NavigationProperty Name="Product" 
Relationship="NorthwindModel.FK_Order_Details_Products" ToRole="Products" 
FromRole="Order_Details" /></EntityType><EntityType 
Name="Order"><Key><PropertyRef Name="OrderID" /></Key><Prope
 rty Name="OrderID" Type="Edm.Int32" Nullable="false" 
p6:StoreGeneratedPattern="Identity" 
xmlns:p6="http://schemas.microsoft.com/ado/2009/02/edm/annotation"; /><Property 
Name="CustomerID" Type="Edm.String" MaxLength="5" FixedLength="true" 
Unicode="true" /><Property Name="EmployeeID" Type="Edm.Int32" /><Property 
Name="OrderDate" Type="Edm.DateTime" /><Property Name="RequiredDate" 
Type="Edm.DateTime" /><Property Name="ShippedDate" Type="Edm.DateTime" 
/><Property Name="ShipVia" Type="Edm.Int32" /><Property Name="Freight" 
Type="Edm.Decimal" Precision="19" Scale="4" /><Property Name="ShipName" 
Type="Edm.String" MaxLength="40" FixedLength="false" Unicode="true" /><Property 
Name="ShipAddress" Type="Edm.String" MaxLength="60" FixedLength="false" 
Unicode="true" /><Property Name="ShipCity" Type="Edm.String" MaxLength="15" 
FixedLength="false" Unicode="true" /><Property Name="ShipRegion" 
Type="Edm.String" MaxLength="15" FixedLength="false" Unicode="true" /><Property 
Name="ShipPostalCode" Type="Ed
 m.String" MaxLength="10" FixedLength="false" Unicode="true" /><Property 
Name="ShipCountry" Type="Edm.String" MaxLength="15" FixedLength="false" 
Unicode="true" /><NavigationProperty Name="Customer" 
Relationship="NorthwindModel.FK_Orders_Customers" ToRole="Customers" 
FromRole="Orders" /><NavigationProperty Name="Employee" 
Relationship="NorthwindModel.FK_Orders_Employees" ToRole="Employees" 
FromRole="Orders" /><NavigationProperty Name="Order_Details" 
Relationship="NorthwindModel.FK_Order_Details_Orders" ToRole="Order_Details" 
FromRole="Orders" /><NavigationProperty Name="Shipper" 
Relationship="NorthwindModel.FK_Orders_Shippers" ToRole="Shippers" 
FromRole="Orders" /></EntityType><EntityType Name="Product"><Key><PropertyRef 
Name="ProductID" /></Key><Property Name="ProductID" Type="Edm.Int32" 
Nullable="false" p6:StoreGeneratedPattern="Identity" 
xmlns:p6="http://schemas.microsoft.com/ado/2009/02/edm/annotation"; /><Property 
Name="ProductName" Type="Edm.String" Nullable="false" MaxLength="40
 " FixedLength="false" Unicode="true" /><Property Name="SupplierID" 
Type="Edm.Int32" /><Property Name="CategoryID" Type="Edm.Int32" /><Property 
Name="QuantityPerUnit" Type="Edm.String" MaxLength="20" FixedLength="false" 
Unicode="true" /><Property Name="UnitPrice" Type="Edm.Decimal" Precision="19" 
Scale="4" /><Property Name="UnitsInStock" Type="Edm.Int16" /><Property 
Name="UnitsOnOrder" Type="Edm.Int16" /><Property Name="ReorderLevel" 
Type="Edm.Int16" /><Property Name="Discontinued" Type="Edm.Boolean" 
Nullable="false" /><NavigationProperty Name="Category" 
Relationship="NorthwindModel.FK_Products_Categories" ToRole="Categories" 
FromRole="Products" /><NavigationProperty Name="Order_Details" 
Relationship="NorthwindModel.FK_Order_Details_Products" ToRole="Order_Details" 
FromRole="Products" /><NavigationProperty Name="Supplier" 
Relationship="NorthwindModel.FK_Products_Suppliers" ToRole="Suppliers" 
FromRole="Products" /></EntityType><EntityType Name="Region"><Key><PropertyRef 
Name="RegionID
 " /></Key><Property Name="RegionID" Type="Edm.Int32" Nullable="false" 
/><Property Name="RegionDescription" Type="Edm.String" Nullable="false" 
MaxLength="50" FixedLength="true" Unicode="true" /><NavigationProperty 
Name="Territories" Relationship="NorthwindModel.FK_Territories_Region" 
ToRole="Territories" FromRole="Region" /></EntityType><EntityType 
Name="Shipper"><Key><PropertyRef Name="ShipperID" /></Key><Property 
Name="ShipperID" Type="Edm.Int32" Nullable="false" 
p6:StoreGeneratedPattern="Identity" 
xmlns:p6="http://schemas.microsoft.com/ado/2009/02/edm/annotation"; /><Property 
Name="CompanyName" Type="Edm.String" Nullable="false" MaxLength="40" 
FixedLength="false" Unicode="true" /><Property Name="Phone" Type="Edm.String" 
MaxLength="24" FixedLength="false" Unicode="true" /><NavigationProperty 
Name="Orders" Relationship="NorthwindModel.FK_Orders_Shippers" ToRole="Orders" 
FromRole="Shippers" /></EntityType><EntityType 
Name="Supplier"><Key><PropertyRef Name="SupplierID" /></Key><Propert
 y Name="SupplierID" Type="Edm.Int32" Nullable="false" 
p6:StoreGeneratedPattern="Identity" 
xmlns:p6="http://schemas.microsoft.com/ado/2009/02/edm/annotation"; /><Property 
Name="CompanyName" Type="Edm.String" Nullable="false" MaxLength="40" 
FixedLength="false" Unicode="true" /><Property Name="ContactName" 
Type="Edm.String" MaxLength="30" FixedLength="false" Unicode="true" /><Property 
Name="ContactTitle" Type="Edm.String" MaxLength="30" FixedLength="false" 
Unicode="true" /><Property Name="Address" Type="Edm.String" MaxLength="60" 
FixedLength="false" Unicode="true" /><Property Name="City" Type="Edm.String" 
MaxLength="15" FixedLength="false" Unicode="true" /><Property Name="Region" 
Type="Edm.String" MaxLength="15" FixedLength="false" Unicode="true" /><Property 
Name="PostalCode" Type="Edm.String" MaxLength="10" FixedLength="false" 
Unicode="true" /><Property Name="Country" Type="Edm.String" MaxLength="15" 
FixedLength="false" Unicode="true" /><Property Name="Phone" Type="Edm.String" 
MaxLengt
 h="24" FixedLength="false" Unicode="true" /><Property Name="Fax" 
Type="Edm.String" MaxLength="24" FixedLength="false" Unicode="true" /><Property 
Name="HomePage" Type="Edm.String" MaxLength="Max" FixedLength="false" 
Unicode="true" /><NavigationProperty Name="Products" 
Relationship="NorthwindModel.FK_Products_Suppliers" ToRole="Products" 
FromRole="Suppliers" /></EntityType><EntityType 
Name="Territory"><Key><PropertyRef Name="TerritoryID" /></Key><Property 
Name="TerritoryID" Type="Edm.String" Nullable="false" MaxLength="20" 
FixedLength="false" Unicode="true" /><Property Name="TerritoryDescription" 
Type="Edm.String" Nullable="false" MaxLength="50" FixedLength="true" 
Unicode="true" /><Property Name="RegionID" Type="Edm.Int32" Nullable="false" 
/><NavigationProperty Name="Region" 
Relationship="NorthwindModel.FK_Territories_Region" ToRole="Region" 
FromRole="Territories" /><NavigationProperty Name="Employees" 
Relationship="NorthwindModel.EmployeeTerritories" ToRole="Employees" 
FromRole="Terr
 itories" /></EntityType><EntityType 
Name="Alphabetical_list_of_product"><Key><PropertyRef Name="CategoryName" 
/><PropertyRef Name="Discontinued" /><PropertyRef Name="ProductID" 
/><PropertyRef Name="ProductName" /></Key><Property Name="ProductID" 
Type="Edm.Int32" Nullable="false" /><Property Name="ProductName" 
Type="Edm.String" Nullable="false" MaxLength="40" FixedLength="false" 
Unicode="true" /><Property Name="SupplierID" Type="Edm.Int32" /><Property 
Name="CategoryID" Type="Edm.Int32" /><Property Name="QuantityPerUnit" 
Type="Edm.String" MaxLength="20" FixedLength="false" Unicode="true" /><Property 
Name="UnitPrice" Type="Edm.Decimal" Precision="19" Scale="4" /><Property 
Name="UnitsInStock" Type="Edm.Int16" /><Property Name="UnitsOnOrder" 
Type="Edm.Int16" /><Property Name="ReorderLevel" Type="Edm.Int16" /><Property 
Name="Discontinued" Type="Edm.Boolean" Nullable="false" /><Property 
Name="CategoryName" Type="Edm.String" Nullable="false" MaxLength="15" 
FixedLength="false" Unicode="true"
  /></EntityType><EntityType Name="Category_Sales_for_1997"><Key><PropertyRef 
Name="CategoryName" /></Key><Property Name="CategoryName" Type="Edm.String" 
Nullable="false" MaxLength="15" FixedLength="false" Unicode="true" /><Property 
Name="CategorySales" Type="Edm.Decimal" Precision="19" Scale="4" 
/></EntityType><EntityType Name="Current_Product_List"><Key><PropertyRef 
Name="ProductID" /><PropertyRef Name="ProductName" /></Key><Property 
Name="ProductID" Type="Edm.Int32" Nullable="false" 
p6:StoreGeneratedPattern="Identity" 
xmlns:p6="http://schemas.microsoft.com/ado/2009/02/edm/annotation"; /><Property 
Name="ProductName" Type="Edm.String" Nullable="false" MaxLength="40" 
FixedLength="false" Unicode="true" /></EntityType><EntityType 
Name="Customer_and_Suppliers_by_City"><Key><PropertyRef Name="CompanyName" 
/><PropertyRef Name="Relationship" /></Key><Property Name="City" 
Type="Edm.String" MaxLength="15" FixedLength="false" Unicode="true" /><Property 
Name="CompanyName" Type="Edm.String" Null
 able="false" MaxLength="40" FixedLength="false" Unicode="true" /><Property 
Name="ContactName" Type="Edm.String" MaxLength="30" FixedLength="false" 
Unicode="true" /><Property Name="Relationship" Type="Edm.String" 
Nullable="false" MaxLength="9" FixedLength="false" Unicode="false" 
/></EntityType><EntityType Name="Invoice"><Key><PropertyRef Name="CustomerName" 
/><PropertyRef Name="Discount" /><PropertyRef Name="OrderID" /><PropertyRef 
Name="ProductID" /><PropertyRef Name="ProductName" /><PropertyRef 
Name="Quantity" /><PropertyRef Name="Salesperson" /><PropertyRef 
Name="ShipperName" /><PropertyRef Name="UnitPrice" /></Key><Property 
Name="ShipName" Type="Edm.String" MaxLength="40" FixedLength="false" 
Unicode="true" /><Property Name="ShipAddress" Type="Edm.String" MaxLength="60" 
FixedLength="false" Unicode="true" /><Property Name="ShipCity" 
Type="Edm.String" MaxLength="15" FixedLength="false" Unicode="true" /><Property 
Name="ShipRegion" Type="Edm.String" MaxLength="15" FixedLength="false" 
 Unicode="true" /><Property Name="ShipPostalCode" Type="Edm.String" 
MaxLength="10" FixedLength="false" Unicode="true" /><Property 
Name="ShipCountry" Type="Edm.String" MaxLength="15" FixedLength="false" 
Unicode="true" /><Property Name="CustomerID" Type="Edm.String" MaxLength="5" 
FixedLength="true" Unicode="true" /><Property Name="CustomerName" 
Type="Edm.String" Nullable="false" MaxLength="40" FixedLength="false" 
Unicode="true" /><Property Name="Address" Type="Edm.String" MaxLength="60" 
FixedLength="false" Unicode="true" /><Property Name="City" Type="Edm.String" 
MaxLength="15" FixedLength="false" Unicode="true" /><Property Name="Region" 
Type="Edm.String" MaxLength="15" FixedLength="false" Unicode="true" /><Property 
Name="PostalCode" Type="Edm.String" MaxLength="10" FixedLength="false" 
Unicode="true" /><Property Name="Country" Type="Edm.String" MaxLength="15" 
FixedLength="false" Unicode="true" /><Property Name="Salesperson" 
Type="Edm.String" Nullable="false" MaxLength="31" FixedLength="
 false" Unicode="true" /><Property Name="OrderID" Type="Edm.Int32" 
Nullable="false" /><Property Name="OrderDate" Type="Edm.DateTime" /><Property 
Name="RequiredDate" Type="Edm.DateTime" /><Property Name="ShippedDate" 
Type="Edm.DateTime" /><Property Name="ShipperName" Type="Edm.String" 
Nullable="false" MaxLength="40" FixedLength="false" Unicode="true" /><Property 
Name="ProductID" Type="Edm.Int32" Nullable="false" /><Property 
Name="ProductName" Type="Edm.String" Nullable="false" MaxLength="40" 
FixedLength="false" Unicode="true" /><Property Name="UnitPrice" 
Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4" /><Property 
Name="Quantity" Type="Edm.Int16" Nullable="false" /><Property Name="Discount" 
Type="Edm.Single" Nullable="false" /><Property Name="ExtendedPrice" 
Type="Edm.Decimal" Precision="19" Scale="4" /><Property Name="Freight" 
Type="Edm.Decimal" Precision="19" Scale="4" /></EntityType><EntityType 
Name="Order_Details_Extended"><Key><PropertyRef Name="Discount" /><PropertyRe
 f Name="OrderID" /><PropertyRef Name="ProductID" /><PropertyRef 
Name="ProductName" /><PropertyRef Name="Quantity" /><PropertyRef 
Name="UnitPrice" /></Key><Property Name="OrderID" Type="Edm.Int32" 
Nullable="false" /><Property Name="ProductID" Type="Edm.Int32" Nullable="false" 
/><Property Name="ProductName" Type="Edm.String" Nullable="false" 
MaxLength="40" FixedLength="false" Unicode="true" /><Property Name="UnitPrice" 
Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4" /><Property 
Name="Quantity" Type="Edm.Int16" Nullable="false" /><Property Name="Discount" 
Type="Edm.Single" Nullable="false" /><Property Name="ExtendedPrice" 
Type="Edm.Decimal" Precision="19" Scale="4" /></EntityType><EntityType 
Name="Order_Subtotal"><Key><PropertyRef Name="OrderID" /></Key><Property 
Name="OrderID" Type="Edm.Int32" Nullable="false" /><Property Name="Subtotal" 
Type="Edm.Decimal" Precision="19" Scale="4" /></EntityType><EntityType 
Name="Orders_Qry"><Key><PropertyRef Name="CompanyName" /><Propert
 yRef Name="OrderID" /></Key><Property Name="OrderID" Type="Edm.Int32" 
Nullable="false" /><Property Name="CustomerID" Type="Edm.String" MaxLength="5" 
FixedLength="true" Unicode="true" /><Property Name="EmployeeID" 
Type="Edm.Int32" /><Property Name="OrderDate" Type="Edm.DateTime" /><Property 
Name="RequiredDate" Type="Edm.DateTime" /><Property Name="ShippedDate" 
Type="Edm.DateTime" /><Property Name="ShipVia" Type="Edm.Int32" /><Property 
Name="Freight" Type="Edm.Decimal" Precision="19" Scale="4" /><Property 
Name="ShipName" Type="Edm.String" MaxLength="40" FixedLength="false" 
Unicode="true" /><Property Name="ShipAddress" Type="Edm.String" MaxLength="60" 
FixedLength="false" Unicode="true" /><Property Name="ShipCity" 
Type="Edm.String" MaxLength="15" FixedLength="false" Unicode="true" /><Property 
Name="ShipRegion" Type="Edm.String" MaxLength="15" FixedLength="false" 
Unicode="true" /><Property Name="ShipPostalCode" Type="Edm.String" 
MaxLength="10" FixedLength="false" Unicode="true" /><Proper
 ty Name="ShipCountry" Type="Edm.String" MaxLength="15" FixedLength="false" 
Unicode="true" /><Property Name="CompanyName" Type="Edm.String" 
Nullable="false" MaxLength="40" FixedLength="false" Unicode="true" /><Property 
Name="Address" Type="Edm.String" MaxLength="60" FixedLength="false" 
Unicode="true" /><Property Name="City" Type="Edm.String" MaxLength="15" 
FixedLength="false" Unicode="true" /><Property Name="Region" Type="Edm.String" 
MaxLength="15" FixedLength="false" Unicode="true" /><Property Name="PostalCode" 
Type="Edm.String" MaxLength="10" FixedLength="false" Unicode="true" /><Property 
Name="Country" Type="Edm.String" MaxLength="15" FixedLength="false" 
Unicode="true" /></EntityType><EntityType 
Name="Product_Sales_for_1997"><Key><PropertyRef Name="CategoryName" 
/><PropertyRef Name="ProductName" /></Key><Property Name="CategoryName" 
Type="Edm.String" Nullable="false" MaxLength="15" FixedLength="false" 
Unicode="true" /><Property Name="ProductName" Type="Edm.String" Nullable="false"
  MaxLength="40" FixedLength="false" Unicode="true" /><Property 
Name="ProductSales" Type="Edm.Decimal" Precision="19" Scale="4" 
/></EntityType><EntityType 
Name="Products_Above_Average_Price"><Key><PropertyRef Name="ProductName" 
/></Key><Property Name="ProductName" Type="Edm.String" Nullable="false" 
MaxLength="40" FixedLength="false" Unicode="true" /><Property Name="UnitPrice" 
Type="Edm.Decimal" Precision="19" Scale="4" /></EntityType><EntityType 
Name="Products_by_Category"><Key><PropertyRef Name="CategoryName" 
/><PropertyRef Name="Discontinued" /><PropertyRef Name="ProductName" 
/></Key><Property Name="CategoryName" Type="Edm.String" Nullable="false" 
MaxLength="15" FixedLength="false" Unicode="true" /><Property 
Name="ProductName" Type="Edm.String" Nullable="false" MaxLength="40" 
FixedLength="false" Unicode="true" /><Property Name="QuantityPerUnit" 
Type="Edm.String" MaxLength="20" FixedLength="false" Unicode="true" /><Property 
Name="UnitsInStock" Type="Edm.Int16" /><Property Name="Disc
 ontinued" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType 
Name="Sales_by_Category"><Key><PropertyRef Name="CategoryID" /><PropertyRef 
Name="CategoryName" /><PropertyRef Name="ProductName" /></Key><Property 
Name="CategoryID" Type="Edm.Int32" Nullable="false" /><Property 
Name="CategoryName" Type="Edm.String" Nullable="false" MaxLength="15" 
FixedLength="false" Unicode="true" /><Property Name="ProductName" 
Type="Edm.String" Nullable="false" MaxLength="40" FixedLength="false" 
Unicode="true" /><Property Name="ProductSales" Type="Edm.Decimal" 
Precision="19" Scale="4" /></EntityType><EntityType 
Name="Sales_Totals_by_Amount"><Key><PropertyRef Name="CompanyName" 
/><PropertyRef Name="OrderID" /></Key><Property Name="SaleAmount" 
Type="Edm.Decimal" Precision="19" Scale="4" /><Property Name="OrderID" 
Type="Edm.Int32" Nullable="false" /><Property Name="CompanyName" 
Type="Edm.String" Nullable="false" MaxLength="40" FixedLength="false" 
Unicode="true" /><Property Name="ShippedDate" Typ
 e="Edm.DateTime" /></EntityType><EntityType 
Name="Summary_of_Sales_by_Quarter"><Key><PropertyRef Name="OrderID" 
/></Key><Property Name="ShippedDate" Type="Edm.DateTime" /><Property 
Name="OrderID" Type="Edm.Int32" Nullable="false" /><Property Name="Subtotal" 
Type="Edm.Decimal" Precision="19" Scale="4" /></EntityType><EntityType 
Name="Summary_of_Sales_by_Year"><Key><PropertyRef Name="OrderID" 
/></Key><Property Name="ShippedDate" Type="Edm.DateTime" /><Property 
Name="OrderID" Type="Edm.Int32" Nullable="false" /><Property Name="Subtotal" 
Type="Edm.Decimal" Precision="19" Scale="4" /></EntityType><Association 
Name="FK_Products_Categories"><End Type="NorthwindModel.Category" 
Role="Categories" Multiplicity="0..1" /><End Type="NorthwindModel.Product" 
Role="Products" Multiplicity="*" /><ReferentialConstraint><Principal 
Role="Categories"><PropertyRef Name="CategoryID" /></Principal><Dependent 
Role="Products"><PropertyRef Name="CategoryID" 
/></Dependent></ReferentialConstraint></Association><A
 ssociation Name="CustomerCustomerDemo"><End Type="NorthwindModel.Customer" 
Role="Customers" Multiplicity="*" /><End 
Type="NorthwindModel.CustomerDemographic" Role="CustomerDemographics" 
Multiplicity="*" /></Association><Association Name="FK_Orders_Customers"><End 
Type="NorthwindModel.Customer" Role="Customers" Multiplicity="0..1" /><End 
Type="NorthwindModel.Order" Role="Orders" Multiplicity="*" 
/><ReferentialConstraint><Principal Role="Customers"><PropertyRef 
Name="CustomerID" /></Principal><Dependent Role="Orders"><PropertyRef 
Name="CustomerID" 
/></Dependent></ReferentialConstraint></Association><Association 
Name="FK_Employees_Employees"><End Type="NorthwindModel.Employee" 
Role="Employees" Multiplicity="0..1" /><End Type="NorthwindModel.Employee" 
Role="Employees1" Multiplicity="*" /><ReferentialConstraint><Principal 
Role="Employees"><PropertyRef Name="EmployeeID" /></Principal><Dependent 
Role="Employees1"><PropertyRef Name="ReportsTo" 
/></Dependent></ReferentialConstraint></Associa
 tion><Association Name="FK_Orders_Employees"><End 
Type="NorthwindModel.Employee" Role="Employees" Multiplicity="0..1" /><End 
Type="NorthwindModel.Order" Role="Orders" Multiplicity="*" 
/><ReferentialConstraint><Principal Role="Employees"><PropertyRef 
Name="EmployeeID" /></Principal><Dependent Role="Orders"><PropertyRef 
Name="EmployeeID" 
/></Dependent></ReferentialConstraint></Association><Association 
Name="EmployeeTerritories"><End Type="NorthwindModel.Territory" 
Role="Territories" Multiplicity="*" /><End Type="NorthwindModel.Employee" 
Role="Employees" Multiplicity="*" /></Association><Association 
Name="FK_Order_Details_Orders"><End Type="NorthwindModel.Order" Role="Orders" 
Multiplicity="1" /><End Type="NorthwindModel.Order_Detail" Role="Order_Details" 
Multiplicity="*" /><ReferentialConstraint><Principal Role="Orders"><PropertyRef 
Name="OrderID" /></Principal><Dependent Role="Order_Details"><PropertyRef 
Name="OrderID" /></Dependent></ReferentialConstraint></Association><Association 
N
 ame="FK_Order_Details_Products"><End Type="NorthwindModel.Product" 
Role="Products" Multiplicity="1" /><End Type="NorthwindModel.Order_Detail" 
Role="Order_Details" Multiplicity="*" /><ReferentialConstraint><Principal 
Role="Products"><PropertyRef Name="ProductID" /></Principal><Dependent 
Role="Order_Details"><PropertyRef Name="ProductID" 
/></Dependent></ReferentialConstraint></Association><Association 
Name="FK_Orders_Shippers"><End Type="NorthwindModel.Shipper" Role="Shippers" 
Multiplicity="0..1" /><End Type="NorthwindModel.Order" Role="Orders" 
Multiplicity="*" /><ReferentialConstraint><Principal 
Role="Shippers"><PropertyRef Name="ShipperID" /></Principal><Dependent 
Role="Orders"><PropertyRef Name="ShipVia" 
/></Dependent></ReferentialConstraint></Association><Association 
Name="FK_Products_Suppliers"><End Type="NorthwindModel.Supplier" 
Role="Suppliers" Multiplicity="0..1" /><End Type="NorthwindModel.Product" 
Role="Products" Multiplicity="*" /><ReferentialConstraint><Principal Role="Sup
 pliers"><PropertyRef Name="SupplierID" /></Principal><Dependent 
Role="Products"><PropertyRef Name="SupplierID" 
/></Dependent></ReferentialConstraint></Association><Association 
Name="FK_Territories_Region"><End Type="NorthwindModel.Region" Role="Region" 
Multiplicity="1" /><End Type="NorthwindModel.Territory" Role="Territories" 
Multiplicity="*" /><ReferentialConstraint><Principal Role="Region"><PropertyRef 
Name="RegionID" /></Principal><Dependent Role="Territories"><PropertyRef 
Name="RegionID" 
/></Dependent></ReferentialConstraint></Association></Schema><Schema 
Namespace="ODataWebV3.Northwind.Model" 
xmlns="http://schemas.microsoft.com/ado/2008/09/edm";><EntityContainer 
Name="NorthwindEntities" m:IsDefaultEntityContainer="true" 
p6:LazyLoadingEnabled="true" 
xmlns:p6="http://schemas.microsoft.com/ado/2009/02/edm/annotation";><EntitySet 
Name="Categories" EntityType="NorthwindModel.Category" /><EntitySet 
Name="CustomerDemographics" EntityType="NorthwindModel.CustomerDemographic" 
/><EntitySet
  Name="Customers" EntityType="NorthwindModel.Customer" /><EntitySet 
Name="Employees" EntityType="NorthwindModel.Employee" /><EntitySet 
Name="Order_Details" EntityType="NorthwindModel.Order_Detail" /><EntitySet 
Name="Orders" EntityType="NorthwindModel.Order" /><EntitySet Name="Products" 
EntityType="NorthwindModel.Product" /><EntitySet Name="Regions" 
EntityType="NorthwindModel.Region" /><EntitySet Name="Shippers" 
EntityType="NorthwindModel.Shipper" /><EntitySet Name="Suppliers" 
EntityType="NorthwindModel.Supplier" /><EntitySet Name="Territories" 
EntityType="NorthwindModel.Territory" /><EntitySet 
Name="Alphabetical_list_of_products" 
EntityType="NorthwindModel.Alphabetical_list_of_product" /><EntitySet 
Name="Category_Sales_for_1997" 
EntityType="NorthwindModel.Category_Sales_for_1997" /><EntitySet 
Name="Current_Product_Lists" EntityType="NorthwindModel.Current_Product_List" 
/><EntitySet Name="Customer_and_Suppliers_by_Cities" 
EntityType="NorthwindModel.Customer_and_Suppliers_by_City" /><
 EntitySet Name="Invoices" EntityType="NorthwindModel.Invoice" /><EntitySet 
Name="Order_Details_Extendeds" 
EntityType="NorthwindModel.Order_Details_Extended" /><EntitySet 
Name="Order_Subtotals" EntityType="NorthwindModel.Order_Subtotal" /><EntitySet 
Name="Orders_Qries" EntityType="NorthwindModel.Orders_Qry" /><EntitySet 
Name="Product_Sales_for_1997" 
EntityType="NorthwindModel.Product_Sales_for_1997" /><EntitySet 
Name="Products_Above_Average_Prices" 
EntityType="NorthwindModel.Products_Above_Average_Price" /><EntitySet 
Name="Products_by_Categories" EntityType="NorthwindModel.Products_by_Category" 
/><EntitySet Name="Sales_by_Categories" 
EntityType="NorthwindModel.Sales_by_Category" /><EntitySet 
Name="Sales_Totals_by_Amounts" 
EntityType="NorthwindModel.Sales_Totals_by_Amount" /><EntitySet 
Name="Summary_of_Sales_by_Quarters" 
EntityType="NorthwindModel.Summary_of_Sales_by_Quarter" /><EntitySet 
Name="Summary_of_Sales_by_Years" 
EntityType="NorthwindModel.Summary_of_Sales_by_Year" /><Associat
 ionSet Name="FK_Products_Categories" 
Association="NorthwindModel.FK_Products_Categories"><End Role="Categories" 
EntitySet="Categories" /><End Role="Products" EntitySet="Products" 
/></AssociationSet><AssociationSet Name="CustomerCustomerDemo" 
Association="NorthwindModel.CustomerCustomerDemo"><End 
Role="CustomerDemographics" EntitySet="CustomerDemographics" /><End 
Role="Customers" EntitySet="Customers" /></AssociationSet><AssociationSet 
Name="FK_Orders_Customers" 
Association="NorthwindModel.FK_Orders_Customers"><End Role="Customers" 
EntitySet="Customers" /><End Role="Orders" EntitySet="Orders" 
/></AssociationSet><AssociationSet Name="FK_Employees_Employees" 
Association="NorthwindModel.FK_Employees_Employees"><End Role="Employees" 
EntitySet="Employees" /><End Role="Employees1" EntitySet="Employees" 
/></AssociationSet><AssociationSet Name="FK_Orders_Employees" 
Association="NorthwindModel.FK_Orders_Employees"><End Role="Employees" 
EntitySet="Employees" /><End Role="Orders" EntitySet="Ord
 ers" /></AssociationSet><AssociationSet Name="EmployeeTerritories" 
Association="NorthwindModel.EmployeeTerritories"><End Role="Employees" 
EntitySet="Employees" /><End Role="Territories" EntitySet="Territories" 
/></AssociationSet><AssociationSet Name="FK_Order_Details_Orders" 
Association="NorthwindModel.FK_Order_Details_Orders"><End Role="Order_Details" 
EntitySet="Order_Details" /><End Role="Orders" EntitySet="Orders" 
/></AssociationSet><AssociationSet Name="FK_Order_Details_Products" 
Association="NorthwindModel.FK_Order_Details_Products"><End 
Role="Order_Details" EntitySet="Order_Details" /><End Role="Products" 
EntitySet="Products" /></AssociationSet><AssociationSet 
Name="FK_Orders_Shippers" Association="NorthwindModel.FK_Orders_Shippers"><End 
Role="Orders" EntitySet="Orders" /><End Role="Shippers" EntitySet="Shippers" 
/></AssociationSet><AssociationSet Name="FK_Products_Suppliers" 
Association="NorthwindModel.FK_Products_Suppliers"><End Role="Products" 
EntitySet="Products" /><End Ro
 le="Suppliers" EntitySet="Suppliers" /></AssociationSet><AssociationSet 
Name="FK_Territories_Region" 
Association="NorthwindModel.FK_Territories_Region"><End Role="Region" 
EntitySet="Regions" /><End Role="Territories" EntitySet="Territories" 
/></AssociationSet></EntityContainer></Schema></edmx:DataServices></edmx:Edmx>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/74fe42e5/lib/client-core/src/test/resources/org/apache/olingo/client/core/v3/serviceDocument.json
----------------------------------------------------------------------
diff --git 
a/lib/client-core/src/test/resources/org/apache/olingo/client/core/v3/serviceDocument.json
 
b/lib/client-core/src/test/resources/org/apache/olingo/client/core/v3/serviceDocument.json
deleted file mode 100644
index 791f961..0000000
--- 
a/lib/client-core/src/test/resources/org/apache/olingo/client/core/v3/serviceDocument.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
-  "odata.metadata": "http://services.odata.org/V3/OData/OData.svc/$metadata";,
-  "value": [
-    {
-      "name": "Products",
-      "url": "Products"
-    },
-    {
-      "name": "ProductDetails",
-      "url": "ProductDetails"
-    },
-    {
-      "name": "Categories",
-      "url": "Categories"
-    },
-    {
-      "name": "Suppliers",
-      "url": "Suppliers"
-    },
-    {
-      "name": "Persons",
-      "url": "Persons"
-    },
-    {
-      "name": "PersonDetails",
-      "url": "PersonDetails"
-    },
-    {
-      "name": "Advertisements",
-      "url": "Advertisements"
-    }
-  ]
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/74fe42e5/lib/client-core/src/test/resources/org/apache/olingo/client/core/v3/serviceDocument.xml
----------------------------------------------------------------------
diff --git 
a/lib/client-core/src/test/resources/org/apache/olingo/client/core/v3/serviceDocument.xml
 
b/lib/client-core/src/test/resources/org/apache/olingo/client/core/v3/serviceDocument.xml
deleted file mode 100644
index 0981814..0000000
--- 
a/lib/client-core/src/test/resources/org/apache/olingo/client/core/v3/serviceDocument.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<service xml:base="http://services.odata.org/V3/OData/OData.svc/"; 
-         xmlns="http://www.w3.org/2007/app"; 
-         xmlns:atom="http://www.w3.org/2005/Atom";>
-  <workspace>
-    <atom:title>Default</atom:title>
-    <collection href="Products">
-      <atom:title>Products</atom:title>
-    </collection>
-    <collection href="ProductDetails">
-      <atom:title>ProductDetails</atom:title>
-    </collection>
-    <collection href="Categories">
-      <atom:title>Categories</atom:title>
-    </collection>
-    <collection href="Suppliers">
-      <atom:title>Suppliers</atom:title>
-    </collection>
-    <collection href="Persons">
-      <atom:title>Persons</atom:title>
-    </collection>
-    <collection href="PersonDetails">
-      <atom:title>PersonDetails</atom:title>
-    </collection>
-    <collection href="Advertisements">
-      <atom:title>Advertisements</atom:title>
-    </collection>
-  </workspace>
-</service>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/74fe42e5/lib/client-core/src/test/resources/org/apache/olingo/client/core/v3/stacktrace.json
----------------------------------------------------------------------
diff --git 
a/lib/client-core/src/test/resources/org/apache/olingo/client/core/v3/stacktrace.json
 
b/lib/client-core/src/test/resources/org/apache/olingo/client/core/v3/stacktrace.json
deleted file mode 100644
index 32e8821..0000000
--- 
a/lib/client-core/src/test/resources/org/apache/olingo/client/core/v3/stacktrace.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
-  "odata.error": {
-    "code": "",
-    "message": {
-      "lang": "en-US",
-      "value": "Unsupported media type requested."
-    },
-    "innererror": {
-      "message": "A supported MIME type could not be found that matches the 
content type of the response. None of the supported type(s) 
'application/atom+xml;type=entry, application/atom+xml, 
application/json;odata=minimalmetadata;streaming=true, 
application/json;odata=minimalmetadata;streaming=false, 
application/json;odata=minimalmetadata, 
application/json;odata=fullmetadata;streaming=true, 
application/json;odata=fullmetadata;streaming=false, 
application/json;odata=fullmetadata, 
application/json;odata=nometadata;streaming=true, 
application/json;odata=nometadata;streaming=false, 
application/json;odata=nometadata, application/json;streaming=true, 
application/json;streaming=false, application/json;odata=verbose, 
application/json' matches the content type 'application/xml; charset=UTF-8'.",
-      "type": "Microsoft.Data.OData.ODataContentTypeException",
-      "stacktrace": "   at 
Microsoft.Data.OData.MediaTypeUtils.GetFormatFromContentType(String 
contentTypeName, ODataPayloadKind[] supportedPayloadKinds, MediaTypeResolver 
mediaTypeResolver, MediaType& mediaType, Encoding& encoding, ODataPayloadKind& 
selectedPayloadKind)\r\n   at 
Microsoft.Data.OData.MediaTypeUtils.GetFormatFromContentType(String 
contentTypeHeader, ODataPayloadKind[] supportedPayloadKinds, MediaTypeResolver 
mediaTypeResolver, MediaType& mediaType, Encoding& encoding, ODataPayloadKind& 
selectedPayloadKind, String& batchBoundary)\r\n   at 
Microsoft.Data.OData.ODataMessageReader.ProcessContentType(ODataPayloadKind[] 
payloadKinds)\r\n   at 
Microsoft.Data.OData.ODataMessageReader.ReadFromInput[T](Func`2 readFunc, 
ODataPayloadKind[] payloadKinds)\r\n   at 
Microsoft.Data.OData.ODataMessageReader.CreateODataEntryReader(IEdmEntitySet 
entitySet, IEdmEntityType entityType)\r\n   at 
System.Data.Services.Serializers.EntityDeserializer.Read(SegmentInfo 
segmentInfo)\r\n   at Syste
 
m.Data.Services.Serializers.ODataMessageReaderDeserializer.Deserialize(SegmentInfo
 segmentInfo)"
-    }
-  }
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/74fe42e5/lib/client-core/src/test/resources/org/apache/olingo/client/core/v3/stacktrace.xml
----------------------------------------------------------------------
diff --git 
a/lib/client-core/src/test/resources/org/apache/olingo/client/core/v3/stacktrace.xml
 
b/lib/client-core/src/test/resources/org/apache/olingo/client/core/v3/stacktrace.xml
deleted file mode 100644
index 51c2b77..0000000
--- 
a/lib/client-core/src/test/resources/org/apache/olingo/client/core/v3/stacktrace.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<m:error 
xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata";>
-  <m:code />
-  <m:message xml:lang="en-US">Unsupported media type requested.</m:message>
-  <m:innererror>
-    <m:message>A supported MIME type could not be found that matches the 
content type of the response. None of the supported type(s) 
'application/atom+xml;type=entry, application/atom+xml, 
application/json;odata=minimalmetadata;streaming=true, 
application/json;odata=minimalmetadata;streaming=false, 
application/json;odata=minimalmetadata, 
application/json;odata=fullmetadata;streaming=true, 
application/json;odata=fullmetadata;streaming=false, 
application/json;odata=fullmetadata, 
application/json;odata=nometadata;streaming=true, 
application/json;odata=nometadata;streaming=false, 
application/json;odata=nometadata, application/json;streaming=true, 
application/json;streaming=false, application/json;odata=verbose, 
application/json' matches the content type 'text/plain; 
charset=UTF-8'.</m:message>
-    <m:type>Microsoft.Data.OData.ODataContentTypeException</m:type>
-    <m:stacktrace>   at 
Microsoft.Data.OData.MediaTypeUtils.GetFormatFromContentType(String 
contentTypeName, ODataPayloadKind[] supportedPayloadKinds, MediaTypeResolver 
mediaTypeResolver, MediaType&amp; mediaType, Encoding&amp; encoding, 
ODataPayloadKind&amp; selectedPayloadKind)&#xD;
-      at Microsoft.Data.OData.MediaTypeUtils.GetFormatFromContentType(String 
contentTypeHeader, ODataPayloadKind[] supportedPayloadKinds, MediaTypeResolver 
mediaTypeResolver, MediaType&amp; mediaType, Encoding&amp; encoding, 
ODataPayloadKind&amp; selectedPayloadKind, String&amp; batchBoundary)&#xD;
-      at 
Microsoft.Data.OData.ODataMessageReader.ProcessContentType(ODataPayloadKind[] 
payloadKinds)&#xD;
-      at Microsoft.Data.OData.ODataMessageReader.ReadFromInput[T](Func`2 
readFunc, ODataPayloadKind[] payloadKinds)&#xD;
-      at System.Data.Services.Serializers.EntityDeserializer.Read(SegmentInfo 
segmentInfo)&#xD;
-      at 
System.Data.Services.Serializers.ODataMessageReaderDeserializer.Deserialize(SegmentInfo
 segmentInfo)</m:stacktrace>
-  </m:innererror>
-</m:error>

Reply via email to