http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/AllGeoTypesSet/feed.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/AllGeoTypesSet/feed.xml 
b/fit/src/main/resources/V30/AllGeoTypesSet/feed.xml
deleted file mode 100644
index 8fa4ef3..0000000
--- a/fit/src/main/resources/V30/AllGeoTypesSet/feed.xml
+++ /dev/null
@@ -1,1371 +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.
-
--->
-<feed 
xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/";
 xmlns="http://www.w3.org/2005/Atom"; 
xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"; 
xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"; 
xmlns:georss="http://www.georss.org/georss"; 
xmlns:gml="http://www.opengis.net/gml";>
-  
<id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/AllGeoTypesSet</id>
-  <title type="text">AllGeoTypesSet</title>
-  <updated>2014-05-08T12:26:29Z</updated>
-  <link rel="self" title="AllGeoTypesSet" href="AllGeoTypesSet" />
-  <entry>
-    
<id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/AllGeoTypesSet(-10)</id>
-    <category 
term="Microsoft.Test.OData.Services.AstoriaDefaultService.AllSpatialTypes" 
scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"; />
-    <link rel="edit" title="AllSpatialTypes" href="AllGeoTypesSet(-10)" />
-    <title />
-    <updated>2014-05-08T12:26:29Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:Id m:type="Edm.Int32">-10</d:Id>
-        <d:Geog m:type="Edm.GeographyPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:pos>51.65 178.7</gml:pos>
-          </gml:Point>
-        </d:Geog>
-        <d:GeogPoint m:type="Edm.GeographyPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:pos>52.8606 173.334</gml:pos>
-          </gml:Point>
-        </d:GeogPoint>
-        <d:GeogLine m:type="Edm.GeographyLineString">
-          <gml:LineString 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:pos>40.5 40.5</gml:pos>
-            <gml:pos>30.5 30.5</gml:pos>
-            <gml:pos>20.5 40.5</gml:pos>
-            <gml:pos>10.5 30.5</gml:pos>
-          </gml:LineString>
-        </d:GeogLine>
-        <d:GeogPolygon m:type="Edm.GeographyPolygon">
-          <gml:Polygon 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:exterior>
-              <gml:LinearRing>
-                <gml:pos>5 15</gml:pos>
-                <gml:pos>10 40</gml:pos>
-                <gml:pos>20 10</gml:pos>
-                <gml:pos>10 5</gml:pos>
-                <gml:pos>5 15</gml:pos>
-              </gml:LinearRing>
-            </gml:exterior>
-          </gml:Polygon>
-        </d:GeogPolygon>
-        <d:GeogCollection m:null="true" />
-        <d:GeogMultiPoint m:null="true" />
-        <d:GeogMultiLine m:type="Edm.GeographyMultiLineString">
-          <gml:MultiCurve 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:curveMembers>
-              <gml:LineString>
-                <gml:pos>10 10</gml:pos>
-                <gml:pos>20 20</gml:pos>
-                <gml:pos>40 10</gml:pos>
-              </gml:LineString>
-              <gml:LineString>
-                <gml:pos>40 40</gml:pos>
-                <gml:pos>30 30</gml:pos>
-                <gml:pos>20 40</gml:pos>
-                <gml:pos>10 30</gml:pos>
-              </gml:LineString>
-            </gml:curveMembers>
-          </gml:MultiCurve>
-        </d:GeogMultiLine>
-        <d:GeogMultiPolygon m:null="true" />
-        <d:Geom m:type="Edm.GeometryLineString">
-          <gml:LineString 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:pos>1 1</gml:pos>
-            <gml:pos>3 3</gml:pos>
-            <gml:pos>2 4</gml:pos>
-            <gml:pos>2 0</gml:pos>
-          </gml:LineString>
-        </d:Geom>
-        <d:GeomPoint m:type="Edm.GeometryPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:pos />
-          </gml:Point>
-        </d:GeomPoint>
-        <d:GeomLine m:null="true" />
-        <d:GeomPolygon m:null="true" />
-        <d:GeomCollection m:type="Edm.GeometryCollection">
-          <gml:MultiGeometry 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0"; />
-        </d:GeomCollection>
-        <d:GeomMultiPoint m:type="Edm.GeometryMultiPoint">
-          <gml:MultiPoint 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0"; />
-        </d:GeomMultiPoint>
-        <d:GeomMultiLine m:type="Edm.GeometryMultiLineString">
-          <gml:MultiCurve 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:curveMembers>
-              <gml:LineString>
-                <gml:pos>10 10</gml:pos>
-                <gml:pos>20 20</gml:pos>
-                <gml:pos>10 40</gml:pos>
-              </gml:LineString>
-              <gml:LineString>
-                <gml:pos>40 40</gml:pos>
-                <gml:pos>30 30</gml:pos>
-                <gml:pos>40 20</gml:pos>
-                <gml:pos>30 10</gml:pos>
-              </gml:LineString>
-            </gml:curveMembers>
-          </gml:MultiCurve>
-        </d:GeomMultiLine>
-        <d:GeomMultiPolygon m:type="Edm.GeometryMultiPolygon">
-          <gml:MultiSurface 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:surfaceMembers>
-              <gml:Polygon>
-                <gml:exterior>
-                  <gml:LinearRing>
-                    <gml:pos>40 40</gml:pos>
-                    <gml:pos>20 45</gml:pos>
-                    <gml:pos>45 30</gml:pos>
-                    <gml:pos>40 40</gml:pos>
-                  </gml:LinearRing>
-                </gml:exterior>
-              </gml:Polygon>
-              <gml:Polygon>
-                <gml:exterior>
-                  <gml:LinearRing>
-                    <gml:pos>20 35</gml:pos>
-                    <gml:pos>45 20</gml:pos>
-                    <gml:pos>30 5</gml:pos>
-                    <gml:pos>10 10</gml:pos>
-                    <gml:pos>10 30</gml:pos>
-                    <gml:pos>20 35</gml:pos>
-                  </gml:LinearRing>
-                </gml:exterior>
-                <gml:interior>
-                  <gml:LinearRing>
-                    <gml:pos>30 20</gml:pos>
-                    <gml:pos>20 25</gml:pos>
-                    <gml:pos>20 15</gml:pos>
-                    <gml:pos>30 20</gml:pos>
-                  </gml:LinearRing>
-                </gml:interior>
-              </gml:Polygon>
-            </gml:surfaceMembers>
-          </gml:MultiSurface>
-        </d:GeomMultiPolygon>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    
<id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/AllGeoTypesSet(-9)</id>
-    <category 
term="Microsoft.Test.OData.Services.AstoriaDefaultService.AllSpatialTypes" 
scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"; />
-    <link rel="edit" title="AllSpatialTypes" href="AllGeoTypesSet(-9)" />
-    <title />
-    <updated>2014-05-08T12:26:29Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:Id m:type="Edm.Int32">-9</d:Id>
-        <d:Geog m:type="Edm.GeographyPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:pos />
-          </gml:Point>
-        </d:Geog>
-        <d:GeogPoint m:type="Edm.GeographyPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:pos>52.7892 172.826</gml:pos>
-          </gml:Point>
-        </d:GeogPoint>
-        <d:GeogLine m:type="Edm.GeographyLineString">
-          <gml:LineString 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:posList />
-          </gml:LineString>
-        </d:GeogLine>
-        <d:GeogPolygon m:null="true" />
-        <d:GeogCollection m:null="true" />
-        <d:GeogMultiPoint m:type="Edm.GeographyMultiPoint">
-          <gml:MultiPoint 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:pointMembers>
-              <gml:Point>
-                <gml:pos>47.38 -122.7</gml:pos>
-              </gml:Point>
-            </gml:pointMembers>
-          </gml:MultiPoint>
-        </d:GeogMultiPoint>
-        <d:GeogMultiLine m:null="true" />
-        <d:GeogMultiPolygon m:type="Edm.GeographyMultiPolygon">
-          <gml:MultiSurface 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326"; />
-        </d:GeogMultiPolygon>
-        <d:Geom m:type="Edm.GeometryPolygon">
-          <gml:Polygon gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:exterior>
-              <gml:LinearRing>
-                <gml:pos>15 5</gml:pos>
-                <gml:pos>40 10</gml:pos>
-                <gml:pos>10 20</gml:pos>
-                <gml:pos>5 10</gml:pos>
-                <gml:pos>15 5</gml:pos>
-              </gml:LinearRing>
-            </gml:exterior>
-          </gml:Polygon>
-        </d:Geom>
-        <d:GeomPoint m:type="Edm.GeometryPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:pos>4369367.0586663447 6352015.6916818349</gml:pos>
-          </gml:Point>
-        </d:GeomPoint>
-        <d:GeomLine m:type="Edm.GeometryLineString">
-          <gml:LineString 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:pos>1 1</gml:pos>
-            <gml:pos>3 3</gml:pos>
-            <gml:pos>2 4</gml:pos>
-            <gml:pos>2 0</gml:pos>
-          </gml:LineString>
-        </d:GeomLine>
-        <d:GeomPolygon m:type="Edm.GeometryPolygon">
-          <gml:Polygon gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:exterior>
-              <gml:LinearRing>
-                <gml:pos>20 35</gml:pos>
-                <gml:pos>45 20</gml:pos>
-                <gml:pos>30 5</gml:pos>
-                <gml:pos>10 10</gml:pos>
-                <gml:pos>10 30</gml:pos>
-                <gml:pos>20 35</gml:pos>
-              </gml:LinearRing>
-            </gml:exterior>
-            <gml:interior>
-              <gml:LinearRing>
-                <gml:pos>30 20</gml:pos>
-                <gml:pos>20 25</gml:pos>
-                <gml:pos>20 15</gml:pos>
-                <gml:pos>30 20</gml:pos>
-              </gml:LinearRing>
-            </gml:interior>
-          </gml:Polygon>
-        </d:GeomPolygon>
-        <d:GeomCollection m:type="Edm.GeometryCollection">
-          <gml:MultiGeometry 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0"; />
-        </d:GeomCollection>
-        <d:GeomMultiPoint m:type="Edm.GeometryMultiPoint">
-          <gml:MultiPoint 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:pointMembers>
-              <gml:Point>
-                <gml:pos>0 0</gml:pos>
-              </gml:Point>
-            </gml:pointMembers>
-          </gml:MultiPoint>
-        </d:GeomMultiPoint>
-        <d:GeomMultiLine m:null="true" />
-        <d:GeomMultiPolygon m:null="true" />
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    
<id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/AllGeoTypesSet(-8)</id>
-    <category 
term="Microsoft.Test.OData.Services.AstoriaDefaultService.AllSpatialTypes" 
scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"; />
-    <link rel="edit" title="AllSpatialTypes" href="AllGeoTypesSet(-8)" />
-    <title />
-    <updated>2014-05-08T12:26:29Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:Id m:type="Edm.Int32">-8</d:Id>
-        <d:Geog m:type="Edm.GeographyPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:pos>51.5961 178.94</gml:pos>
-          </gml:Point>
-        </d:Geog>
-        <d:GeogPoint m:type="Edm.GeographyPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:pos>51.65 178.7</gml:pos>
-          </gml:Point>
-        </d:GeogPoint>
-        <d:GeogLine m:type="Edm.GeographyLineString">
-          <gml:LineString 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:pos>10 10</gml:pos>
-            <gml:pos>20 20</gml:pos>
-            <gml:pos>40 10</gml:pos>
-          </gml:LineString>
-        </d:GeogLine>
-        <d:GeogPolygon m:type="Edm.GeographyPolygon">
-          <gml:Polygon 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326"; />
-        </d:GeogPolygon>
-        <d:GeogCollection m:type="Edm.GeographyCollection">
-          <gml:MultiGeometry 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326"; />
-        </d:GeogCollection>
-        <d:GeogMultiPoint m:type="Edm.GeographyMultiPoint">
-          <gml:MultiPoint 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:pointMembers>
-              <gml:Point>
-                <gml:pos>47.38 -122.7</gml:pos>
-              </gml:Point>
-            </gml:pointMembers>
-          </gml:MultiPoint>
-        </d:GeogMultiPoint>
-        <d:GeogMultiLine m:type="Edm.GeographyMultiLineString">
-          <gml:MultiCurve 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:curveMembers>
-              <gml:LineString>
-                <gml:pos>10.5 10.5</gml:pos>
-                <gml:pos>20.5 20.5</gml:pos>
-                <gml:pos>40.5 10.5</gml:pos>
-              </gml:LineString>
-              <gml:LineString>
-                <gml:pos>40.5 40.5</gml:pos>
-                <gml:pos>30.5 30.5</gml:pos>
-                <gml:pos>20.5 40.5</gml:pos>
-                <gml:pos>10.5 30.5</gml:pos>
-              </gml:LineString>
-            </gml:curveMembers>
-          </gml:MultiCurve>
-        </d:GeogMultiLine>
-        <d:GeogMultiPolygon m:type="Edm.GeographyMultiPolygon">
-          <gml:MultiSurface 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:surfaceMembers>
-              <gml:Polygon>
-                <gml:exterior>
-                  <gml:LinearRing>
-                    <gml:pos>40 40</gml:pos>
-                    <gml:pos>45 20</gml:pos>
-                    <gml:pos>30 45</gml:pos>
-                    <gml:pos>40 40</gml:pos>
-                  </gml:LinearRing>
-                </gml:exterior>
-              </gml:Polygon>
-              <gml:Polygon>
-                <gml:exterior>
-                  <gml:LinearRing>
-                    <gml:pos>35 20</gml:pos>
-                    <gml:pos>20 45</gml:pos>
-                    <gml:pos>5 30</gml:pos>
-                    <gml:pos>10 10</gml:pos>
-                    <gml:pos>30 10</gml:pos>
-                    <gml:pos>35 20</gml:pos>
-                  </gml:LinearRing>
-                </gml:exterior>
-                <gml:interior>
-                  <gml:LinearRing>
-                    <gml:pos>20 30</gml:pos>
-                    <gml:pos>25 20</gml:pos>
-                    <gml:pos>15 20</gml:pos>
-                    <gml:pos>20 30</gml:pos>
-                  </gml:LinearRing>
-                </gml:interior>
-              </gml:Polygon>
-            </gml:surfaceMembers>
-          </gml:MultiSurface>
-        </d:GeogMultiPolygon>
-        <d:Geom m:type="Edm.GeometryPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:pos>4369367.0586663447 6352015.6916818349</gml:pos>
-          </gml:Point>
-        </d:Geom>
-        <d:GeomPoint m:type="Edm.GeometryPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:pos>4377000.868172125 6348217.1067010015</gml:pos>
-          </gml:Point>
-        </d:GeomPoint>
-        <d:GeomLine m:type="Edm.GeometryLineString">
-          <gml:LineString 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:pos>1 1</gml:pos>
-            <gml:pos>3 3</gml:pos>
-            <gml:pos>2 4</gml:pos>
-            <gml:pos>2 0</gml:pos>
-          </gml:LineString>
-        </d:GeomLine>
-        <d:GeomPolygon m:type="Edm.GeometryPolygon">
-          <gml:Polygon gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:exterior>
-              <gml:LinearRing>
-                <gml:pos>30 20</gml:pos>
-                <gml:pos>10 40</gml:pos>
-                <gml:pos>45 40</gml:pos>
-                <gml:pos>30 20</gml:pos>
-              </gml:LinearRing>
-            </gml:exterior>
-          </gml:Polygon>
-        </d:GeomPolygon>
-        <d:GeomCollection m:type="Edm.GeometryCollection">
-          <gml:MultiGeometry 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:geometryMembers>
-              <gml:Point>
-                <gml:pos>4 6</gml:pos>
-              </gml:Point>
-              <gml:LineString>
-                <gml:pos>4 6</gml:pos>
-                <gml:pos>7 10</gml:pos>
-              </gml:LineString>
-            </gml:geometryMembers>
-          </gml:MultiGeometry>
-        </d:GeomCollection>
-        <d:GeomMultiPoint m:null="true" />
-        <d:GeomMultiLine m:type="Edm.GeometryMultiLineString">
-          <gml:MultiCurve 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0"; />
-        </d:GeomMultiLine>
-        <d:GeomMultiPolygon m:type="Edm.GeometryMultiPolygon">
-          <gml:MultiSurface 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0"; />
-        </d:GeomMultiPolygon>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    
<id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/AllGeoTypesSet(-7)</id>
-    <category 
term="Microsoft.Test.OData.Services.AstoriaDefaultService.AllSpatialTypes" 
scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"; />
-    <link rel="edit" title="AllSpatialTypes" href="AllGeoTypesSet(-7)" />
-    <title />
-    <updated>2014-05-08T12:26:29Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:Id m:type="Edm.Int32">-7</d:Id>
-        <d:Geog m:type="Edm.GeographyPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:pos>52.8103 173.045</gml:pos>
-          </gml:Point>
-        </d:Geog>
-        <d:GeogPoint m:type="Edm.GeographyPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:pos>52.795 173.105</gml:pos>
-          </gml:Point>
-        </d:GeogPoint>
-        <d:GeogLine m:type="Edm.GeographyLineString">
-          <gml:LineString 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:pos>10.5 10.5</gml:pos>
-            <gml:pos>20.5 20.5</gml:pos>
-            <gml:pos>40.5 10.5</gml:pos>
-          </gml:LineString>
-        </d:GeogLine>
-        <d:GeogPolygon m:type="Edm.GeographyPolygon">
-          <gml:Polygon 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:exterior>
-              <gml:LinearRing>
-                <gml:pos>5 15</gml:pos>
-                <gml:pos>10 40</gml:pos>
-                <gml:pos>20 10</gml:pos>
-                <gml:pos>10 5</gml:pos>
-                <gml:pos>5 15</gml:pos>
-              </gml:LinearRing>
-            </gml:exterior>
-          </gml:Polygon>
-        </d:GeogPolygon>
-        <d:GeogCollection m:null="true" />
-        <d:GeogMultiPoint m:type="Edm.GeographyMultiPoint">
-          <gml:MultiPoint 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:pointMembers>
-              <gml:Point>
-                <gml:pos>47.38 -122.7</gml:pos>
-              </gml:Point>
-            </gml:pointMembers>
-          </gml:MultiPoint>
-        </d:GeogMultiPoint>
-        <d:GeogMultiLine m:type="Edm.GeographyMultiLineString">
-          <gml:MultiCurve 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:curveMembers>
-              <gml:LineString>
-                <gml:pos>10 10</gml:pos>
-                <gml:pos>20 20</gml:pos>
-                <gml:pos>40 10</gml:pos>
-              </gml:LineString>
-              <gml:LineString>
-                <gml:pos>40 40</gml:pos>
-                <gml:pos>30 30</gml:pos>
-                <gml:pos>20 40</gml:pos>
-                <gml:pos>10 30</gml:pos>
-              </gml:LineString>
-            </gml:curveMembers>
-          </gml:MultiCurve>
-        </d:GeogMultiLine>
-        <d:GeogMultiPolygon m:null="true" />
-        <d:Geom m:null="true" />
-        <d:GeomPoint m:type="Edm.GeometryPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:pos>4605537.5782547453 5924460.4760093335</gml:pos>
-          </gml:Point>
-        </d:GeomPoint>
-        <d:GeomLine m:type="Edm.GeometryLineString">
-          <gml:LineString 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:pos>1 1</gml:pos>
-            <gml:pos>3 3</gml:pos>
-          </gml:LineString>
-        </d:GeomLine>
-        <d:GeomPolygon m:null="true" />
-        <d:GeomCollection m:type="Edm.GeometryCollection">
-          <gml:MultiGeometry 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0"; />
-        </d:GeomCollection>
-        <d:GeomMultiPoint m:type="Edm.GeometryMultiPoint">
-          <gml:MultiPoint 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:pointMembers>
-              <gml:Point>
-                <gml:pos>0 0</gml:pos>
-              </gml:Point>
-            </gml:pointMembers>
-          </gml:MultiPoint>
-        </d:GeomMultiPoint>
-        <d:GeomMultiLine m:null="true" />
-        <d:GeomMultiPolygon m:type="Edm.GeometryMultiPolygon">
-          <gml:MultiSurface 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0"; />
-        </d:GeomMultiPolygon>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    
<id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/AllGeoTypesSet(-6)</id>
-    <category 
term="Microsoft.Test.OData.Services.AstoriaDefaultService.AllSpatialTypes" 
scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"; />
-    <link rel="edit" title="AllSpatialTypes" href="AllGeoTypesSet(-6)" />
-    <title />
-    <updated>2014-05-08T12:26:29Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:Id m:type="Edm.Int32">-6</d:Id>
-        <d:Geog m:type="Edm.GeographyPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:pos>52.8453 173.153</gml:pos>
-          </gml:Point>
-        </d:Geog>
-        <d:GeogPoint m:type="Edm.GeographyPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:pos>51.9917 177.508</gml:pos>
-          </gml:Point>
-        </d:GeogPoint>
-        <d:GeogLine m:null="true" />
-        <d:GeogPolygon m:null="true" />
-        <d:GeogCollection m:null="true" />
-        <d:GeogMultiPoint m:null="true" />
-        <d:GeogMultiLine m:type="Edm.GeographyMultiLineString">
-          <gml:MultiCurve 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:curveMembers>
-              <gml:LineString>
-                <gml:pos>10 10</gml:pos>
-                <gml:pos>20 20</gml:pos>
-                <gml:pos>40 10</gml:pos>
-              </gml:LineString>
-              <gml:LineString>
-                <gml:pos>40 40</gml:pos>
-                <gml:pos>30 30</gml:pos>
-                <gml:pos>20 40</gml:pos>
-                <gml:pos>10 30</gml:pos>
-              </gml:LineString>
-            </gml:curveMembers>
-          </gml:MultiCurve>
-        </d:GeogMultiLine>
-        <d:GeogMultiPolygon m:type="Edm.GeographyMultiPolygon">
-          <gml:MultiSurface 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:surfaceMembers>
-              <gml:Polygon>
-                <gml:exterior>
-                  <gml:LinearRing>
-                    <gml:pos>20 30</gml:pos>
-                    <gml:pos>40 10</gml:pos>
-                    <gml:pos>40 45</gml:pos>
-                    <gml:pos>20 30</gml:pos>
-                  </gml:LinearRing>
-                </gml:exterior>
-              </gml:Polygon>
-              <gml:Polygon>
-                <gml:exterior>
-                  <gml:LinearRing>
-                    <gml:pos>5 15</gml:pos>
-                    <gml:pos>10 40</gml:pos>
-                    <gml:pos>20 10</gml:pos>
-                    <gml:pos>10 5</gml:pos>
-                    <gml:pos>5 15</gml:pos>
-                  </gml:LinearRing>
-                </gml:exterior>
-              </gml:Polygon>
-            </gml:surfaceMembers>
-          </gml:MultiSurface>
-        </d:GeogMultiPolygon>
-        <d:Geom m:type="Edm.GeometryPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:pos>4358017.0935490858 6362964.504044747</gml:pos>
-          </gml:Point>
-        </d:Geom>
-        <d:GeomPoint m:type="Edm.GeometryPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:pos>4377000.868172125 6348217.1067010015</gml:pos>
-          </gml:Point>
-        </d:GeomPoint>
-        <d:GeomLine m:null="true" />
-        <d:GeomPolygon m:type="Edm.GeometryPolygon">
-          <gml:Polygon gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:exterior>
-              <gml:LinearRing>
-                <gml:pos>30 20</gml:pos>
-                <gml:pos>10 40</gml:pos>
-                <gml:pos>45 40</gml:pos>
-                <gml:pos>30 20</gml:pos>
-              </gml:LinearRing>
-            </gml:exterior>
-          </gml:Polygon>
-        </d:GeomPolygon>
-        <d:GeomCollection m:type="Edm.GeometryCollection">
-          <gml:MultiGeometry 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0"; />
-        </d:GeomCollection>
-        <d:GeomMultiPoint m:type="Edm.GeometryMultiPoint">
-          <gml:MultiPoint 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:pointMembers>
-              <gml:Point>
-                <gml:pos>0 0</gml:pos>
-              </gml:Point>
-            </gml:pointMembers>
-          </gml:MultiPoint>
-        </d:GeomMultiPoint>
-        <d:GeomMultiLine m:type="Edm.GeometryMultiLineString">
-          <gml:MultiCurve 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:curveMembers>
-              <gml:LineString>
-                <gml:pos>10 10</gml:pos>
-                <gml:pos>20 20</gml:pos>
-                <gml:pos>10 40</gml:pos>
-              </gml:LineString>
-              <gml:LineString>
-                <gml:pos>40 40</gml:pos>
-                <gml:pos>30 30</gml:pos>
-                <gml:pos>40 20</gml:pos>
-                <gml:pos>30 10</gml:pos>
-              </gml:LineString>
-            </gml:curveMembers>
-          </gml:MultiCurve>
-        </d:GeomMultiLine>
-        <d:GeomMultiPolygon m:type="Edm.GeometryMultiPolygon">
-          <gml:MultiSurface 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0"; />
-        </d:GeomMultiPolygon>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    
<id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/AllGeoTypesSet(-5)</id>
-    <category 
term="Microsoft.Test.OData.Services.AstoriaDefaultService.AllSpatialTypes" 
scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"; />
-    <link rel="edit" title="AllSpatialTypes" href="AllGeoTypesSet(-5)" />
-    <title />
-    <updated>2014-05-08T12:26:29Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:Id m:type="Edm.Int32">-5</d:Id>
-        <d:Geog m:type="Edm.GeographyCollection">
-          <gml:MultiGeometry 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326"; />
-        </d:Geog>
-        <d:GeogPoint m:null="true" />
-        <d:GeogLine m:type="Edm.GeographyLineString">
-          <gml:LineString 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:pos>10.5 10.5</gml:pos>
-            <gml:pos>20.5 20.5</gml:pos>
-            <gml:pos>40.5 10.5</gml:pos>
-          </gml:LineString>
-        </d:GeogLine>
-        <d:GeogPolygon m:type="Edm.GeographyPolygon">
-          <gml:Polygon 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:exterior>
-              <gml:LinearRing>
-                <gml:pos>5 15</gml:pos>
-                <gml:pos>10 40</gml:pos>
-                <gml:pos>20 10</gml:pos>
-                <gml:pos>10 5</gml:pos>
-                <gml:pos>5 15</gml:pos>
-              </gml:LinearRing>
-            </gml:exterior>
-          </gml:Polygon>
-        </d:GeogPolygon>
-        <d:GeogCollection m:type="Edm.GeographyCollection">
-          <gml:MultiGeometry 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:geometryMembers>
-              <gml:MultiGeometry />
-              <gml:MultiGeometry>
-                <gml:geometryMembers>
-                  <gml:Point>
-                    <gml:pos>2 1</gml:pos>
-                  </gml:Point>
-                </gml:geometryMembers>
-              </gml:MultiGeometry>
-            </gml:geometryMembers>
-          </gml:MultiGeometry>
-        </d:GeogCollection>
-        <d:GeogMultiPoint m:type="Edm.GeographyMultiPoint">
-          <gml:MultiPoint 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:pointMembers>
-              <gml:Point>
-                <gml:pos>47.38 -122.7</gml:pos>
-              </gml:Point>
-            </gml:pointMembers>
-          </gml:MultiPoint>
-        </d:GeogMultiPoint>
-        <d:GeogMultiLine m:type="Edm.GeographyMultiLineString">
-          <gml:MultiCurve 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326"; />
-        </d:GeogMultiLine>
-        <d:GeogMultiPolygon m:type="Edm.GeographyMultiPolygon">
-          <gml:MultiSurface 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:surfaceMembers>
-              <gml:Polygon>
-                <gml:exterior>
-                  <gml:LinearRing>
-                    <gml:pos>40 40</gml:pos>
-                    <gml:pos>45 20</gml:pos>
-                    <gml:pos>30 45</gml:pos>
-                    <gml:pos>40 40</gml:pos>
-                  </gml:LinearRing>
-                </gml:exterior>
-              </gml:Polygon>
-              <gml:Polygon>
-                <gml:exterior>
-                  <gml:LinearRing>
-                    <gml:pos>35 20</gml:pos>
-                    <gml:pos>20 45</gml:pos>
-                    <gml:pos>5 30</gml:pos>
-                    <gml:pos>10 10</gml:pos>
-                    <gml:pos>30 10</gml:pos>
-                    <gml:pos>35 20</gml:pos>
-                  </gml:LinearRing>
-                </gml:exterior>
-                <gml:interior>
-                  <gml:LinearRing>
-                    <gml:pos>20 30</gml:pos>
-                    <gml:pos>25 20</gml:pos>
-                    <gml:pos>15 20</gml:pos>
-                    <gml:pos>20 30</gml:pos>
-                  </gml:LinearRing>
-                </gml:interior>
-              </gml:Polygon>
-            </gml:surfaceMembers>
-          </gml:MultiSurface>
-        </d:GeogMultiPolygon>
-        <d:Geom m:type="Edm.GeometryPolygon">
-          <gml:Polygon gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0"; />
-        </d:Geom>
-        <d:GeomPoint m:type="Edm.GeometryPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:pos>4513675.2944411123 6032903.5882574534</gml:pos>
-          </gml:Point>
-        </d:GeomPoint>
-        <d:GeomLine m:type="Edm.GeometryLineString">
-          <gml:LineString 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:pos>1 1</gml:pos>
-            <gml:pos>3 3</gml:pos>
-            <gml:pos>2 4</gml:pos>
-            <gml:pos>2 0</gml:pos>
-          </gml:LineString>
-        </d:GeomLine>
-        <d:GeomPolygon m:type="Edm.GeometryPolygon">
-          <gml:Polygon gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0"; />
-        </d:GeomPolygon>
-        <d:GeomCollection m:type="Edm.GeometryCollection">
-          <gml:MultiGeometry 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:geometryMembers>
-              <gml:MultiGeometry />
-              <gml:MultiGeometry>
-                <gml:geometryMembers>
-                  <gml:Point>
-                    <gml:pos>1 2</gml:pos>
-                  </gml:Point>
-                </gml:geometryMembers>
-              </gml:MultiGeometry>
-            </gml:geometryMembers>
-          </gml:MultiGeometry>
-        </d:GeomCollection>
-        <d:GeomMultiPoint m:type="Edm.GeometryMultiPoint">
-          <gml:MultiPoint 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0"; />
-        </d:GeomMultiPoint>
-        <d:GeomMultiLine m:type="Edm.GeometryMultiLineString">
-          <gml:MultiCurve 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:curveMembers>
-              <gml:LineString>
-                <gml:pos>10 10</gml:pos>
-                <gml:pos>20 20</gml:pos>
-                <gml:pos>10 40</gml:pos>
-              </gml:LineString>
-              <gml:LineString>
-                <gml:pos>40 40</gml:pos>
-                <gml:pos>30 30</gml:pos>
-                <gml:pos>40 20</gml:pos>
-                <gml:pos>30 10</gml:pos>
-              </gml:LineString>
-            </gml:curveMembers>
-          </gml:MultiCurve>
-        </d:GeomMultiLine>
-        <d:GeomMultiPolygon m:null="true" />
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    
<id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/AllGeoTypesSet(-4)</id>
-    <category 
term="Microsoft.Test.OData.Services.AstoriaDefaultService.AllSpatialTypes" 
scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"; />
-    <link rel="edit" title="AllSpatialTypes" href="AllGeoTypesSet(-4)" />
-    <title />
-    <updated>2014-05-08T12:26:29Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:Id m:type="Edm.Int32">-4</d:Id>
-        <d:Geog m:type="Edm.GeographyMultiLineString">
-          <gml:MultiCurve 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:curveMembers>
-              <gml:LineString>
-                <gml:pos>10 10</gml:pos>
-                <gml:pos>20 20</gml:pos>
-                <gml:pos>40 10</gml:pos>
-              </gml:LineString>
-              <gml:LineString>
-                <gml:pos>40 40</gml:pos>
-                <gml:pos>30 30</gml:pos>
-                <gml:pos>20 40</gml:pos>
-                <gml:pos>10 30</gml:pos>
-              </gml:LineString>
-            </gml:curveMembers>
-          </gml:MultiCurve>
-        </d:Geog>
-        <d:GeogPoint m:type="Edm.GeographyPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:pos>52.8606 173.334</gml:pos>
-          </gml:Point>
-        </d:GeogPoint>
-        <d:GeogLine m:type="Edm.GeographyLineString">
-          <gml:LineString 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:posList />
-          </gml:LineString>
-        </d:GeogLine>
-        <d:GeogPolygon m:type="Edm.GeographyPolygon">
-          <gml:Polygon 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:exterior>
-              <gml:LinearRing>
-                <gml:pos>5 15</gml:pos>
-                <gml:pos>10 40</gml:pos>
-                <gml:pos>20 10</gml:pos>
-                <gml:pos>10 5</gml:pos>
-                <gml:pos>5 15</gml:pos>
-              </gml:LinearRing>
-            </gml:exterior>
-          </gml:Polygon>
-        </d:GeogPolygon>
-        <d:GeogCollection m:null="true" />
-        <d:GeogMultiPoint m:type="Edm.GeographyMultiPoint">
-          <gml:MultiPoint 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:pointMembers>
-              <gml:Point>
-                <gml:pos>51.5961 178.94</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>52.7892 172.826</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>52.1022 177.539</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>51.9917 177.508</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>52.8453 173.153</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>52.8103 173.045</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>51.9461 177.76</gml:pos>
-              </gml:Point>
-            </gml:pointMembers>
-          </gml:MultiPoint>
-        </d:GeogMultiPoint>
-        <d:GeogMultiLine m:type="Edm.GeographyMultiLineString">
-          <gml:MultiCurve 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326"; />
-        </d:GeogMultiLine>
-        <d:GeogMultiPolygon m:type="Edm.GeographyMultiPolygon">
-          <gml:MultiSurface 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326"; />
-        </d:GeogMultiPolygon>
-        <d:Geom m:type="Edm.GeometryPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:pos>4605537.5782547453 5924460.4760093335</gml:pos>
-          </gml:Point>
-        </d:Geom>
-        <d:GeomPoint m:type="Edm.GeometryPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:pos>4505479.22279754 6049837.1931612007</gml:pos>
-          </gml:Point>
-        </d:GeomPoint>
-        <d:GeomLine m:type="Edm.GeometryLineString">
-          <gml:LineString 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:pos>1 1</gml:pos>
-            <gml:pos>3 3</gml:pos>
-          </gml:LineString>
-        </d:GeomLine>
-        <d:GeomPolygon m:type="Edm.GeometryPolygon">
-          <gml:Polygon gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:exterior>
-              <gml:LinearRing>
-                <gml:pos>15 5</gml:pos>
-                <gml:pos>40 10</gml:pos>
-                <gml:pos>10 20</gml:pos>
-                <gml:pos>5 10</gml:pos>
-                <gml:pos>15 5</gml:pos>
-              </gml:LinearRing>
-            </gml:exterior>
-          </gml:Polygon>
-        </d:GeomPolygon>
-        <d:GeomCollection m:type="Edm.GeometryCollection">
-          <gml:MultiGeometry 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0"; />
-        </d:GeomCollection>
-        <d:GeomMultiPoint m:type="Edm.GeometryMultiPoint">
-          <gml:MultiPoint 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:pointMembers>
-              <gml:Point>
-                <gml:pos>4541876.7599749668 5944203.8929384714</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>4358017.0935490858 6362964.504044747</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>4515785.037825482 6055723.864035368</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>4505479.22279754 6049837.1931612007</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>4377000.868172125 6348217.1067010015</gml:pos>
-              </gml:Point>
-            </gml:pointMembers>
-          </gml:MultiPoint>
-        </d:GeomMultiPoint>
-        <d:GeomMultiLine m:type="Edm.GeometryMultiLineString">
-          <gml:MultiCurve 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:curveMembers>
-              <gml:LineString>
-                <gml:pos>10 10</gml:pos>
-                <gml:pos>20 20</gml:pos>
-                <gml:pos>10 40</gml:pos>
-              </gml:LineString>
-              <gml:LineString>
-                <gml:pos>40 40</gml:pos>
-                <gml:pos>30 30</gml:pos>
-                <gml:pos>40 20</gml:pos>
-                <gml:pos>30 10</gml:pos>
-              </gml:LineString>
-            </gml:curveMembers>
-          </gml:MultiCurve>
-        </d:GeomMultiLine>
-        <d:GeomMultiPolygon m:null="true" />
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    
<id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/AllGeoTypesSet(-3)</id>
-    <category 
term="Microsoft.Test.OData.Services.AstoriaDefaultService.AllSpatialTypes" 
scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"; />
-    <link rel="edit" title="AllSpatialTypes" href="AllGeoTypesSet(-3)" />
-    <title />
-    <updated>2014-05-08T12:26:29Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:Id m:type="Edm.Int32">-3</d:Id>
-        <d:Geog m:type="Edm.GeographyPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:pos>51.9917 177.508</gml:pos>
-          </gml:Point>
-        </d:Geog>
-        <d:GeogPoint m:type="Edm.GeographyPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:pos>51.65 178.7</gml:pos>
-          </gml:Point>
-        </d:GeogPoint>
-        <d:GeogLine m:type="Edm.GeographyLineString">
-          <gml:LineString 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:pos>40 40</gml:pos>
-            <gml:pos>30 30</gml:pos>
-            <gml:pos>20 40</gml:pos>
-            <gml:pos>10 30</gml:pos>
-          </gml:LineString>
-        </d:GeogLine>
-        <d:GeogPolygon m:null="true" />
-        <d:GeogCollection m:null="true" />
-        <d:GeogMultiPoint m:null="true" />
-        <d:GeogMultiLine m:type="Edm.GeographyMultiLineString">
-          <gml:MultiCurve 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326"; />
-        </d:GeogMultiLine>
-        <d:GeogMultiPolygon m:null="true" />
-        <d:Geom m:type="Edm.GeometryLineString">
-          <gml:LineString 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:pos>1 1</gml:pos>
-            <gml:pos>3 3</gml:pos>
-          </gml:LineString>
-        </d:Geom>
-        <d:GeomPoint m:null="true" />
-        <d:GeomLine m:type="Edm.GeometryLineString">
-          <gml:LineString 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:pos>1 1</gml:pos>
-            <gml:pos>3 3</gml:pos>
-            <gml:pos>2 4</gml:pos>
-            <gml:pos>2 0</gml:pos>
-            <gml:pos>1 1</gml:pos>
-          </gml:LineString>
-        </d:GeomLine>
-        <d:GeomPolygon m:type="Edm.GeometryPolygon">
-          <gml:Polygon gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:exterior>
-              <gml:LinearRing>
-                <gml:pos>15 5</gml:pos>
-                <gml:pos>40 10</gml:pos>
-                <gml:pos>10 20</gml:pos>
-                <gml:pos>5 10</gml:pos>
-                <gml:pos>15 5</gml:pos>
-              </gml:LinearRing>
-            </gml:exterior>
-          </gml:Polygon>
-        </d:GeomPolygon>
-        <d:GeomCollection m:type="Edm.GeometryCollection">
-          <gml:MultiGeometry 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0"; />
-        </d:GeomCollection>
-        <d:GeomMultiPoint m:type="Edm.GeometryMultiPoint">
-          <gml:MultiPoint 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0"; />
-        </d:GeomMultiPoint>
-        <d:GeomMultiLine m:type="Edm.GeometryMultiLineString">
-          <gml:MultiCurve 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:curveMembers>
-              <gml:LineString>
-                <gml:pos>10.5 10.5</gml:pos>
-                <gml:pos>20.5 20.5</gml:pos>
-                <gml:pos>10.5 40.5</gml:pos>
-              </gml:LineString>
-              <gml:LineString>
-                <gml:pos>40.5 40.5</gml:pos>
-                <gml:pos>30.5 30.5</gml:pos>
-                <gml:pos>40.5 20.5</gml:pos>
-                <gml:pos>30.5 10.5</gml:pos>
-              </gml:LineString>
-            </gml:curveMembers>
-          </gml:MultiCurve>
-        </d:GeomMultiLine>
-        <d:GeomMultiPolygon m:type="Edm.GeometryMultiPolygon">
-          <gml:MultiSurface 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:surfaceMembers>
-              <gml:Polygon>
-                <gml:exterior>
-                  <gml:LinearRing>
-                    <gml:pos>40 40</gml:pos>
-                    <gml:pos>20 45</gml:pos>
-                    <gml:pos>45 30</gml:pos>
-                    <gml:pos>40 40</gml:pos>
-                  </gml:LinearRing>
-                </gml:exterior>
-              </gml:Polygon>
-              <gml:Polygon>
-                <gml:exterior>
-                  <gml:LinearRing>
-                    <gml:pos>20 35</gml:pos>
-                    <gml:pos>45 20</gml:pos>
-                    <gml:pos>30 5</gml:pos>
-                    <gml:pos>10 10</gml:pos>
-                    <gml:pos>10 30</gml:pos>
-                    <gml:pos>20 35</gml:pos>
-                  </gml:LinearRing>
-                </gml:exterior>
-                <gml:interior>
-                  <gml:LinearRing>
-                    <gml:pos>30 20</gml:pos>
-                    <gml:pos>20 25</gml:pos>
-                    <gml:pos>20 15</gml:pos>
-                    <gml:pos>30 20</gml:pos>
-                  </gml:LinearRing>
-                </gml:interior>
-              </gml:Polygon>
-            </gml:surfaceMembers>
-          </gml:MultiSurface>
-        </d:GeomMultiPolygon>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    
<id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/AllGeoTypesSet(-2)</id>
-    <category 
term="Microsoft.Test.OData.Services.AstoriaDefaultService.AllSpatialTypes" 
scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"; />
-    <link rel="edit" title="AllSpatialTypes" href="AllGeoTypesSet(-2)" />
-    <title />
-    <updated>2014-05-08T12:26:29Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:Id m:type="Edm.Int32">-2</d:Id>
-        <d:Geog m:type="Edm.GeographyPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:pos>52.7892 172.826</gml:pos>
-          </gml:Point>
-        </d:Geog>
-        <d:GeogPoint m:null="true" />
-        <d:GeogLine m:type="Edm.GeographyLineString">
-          <gml:LineString 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:pos>40.5 40.5</gml:pos>
-            <gml:pos>30.5 30.5</gml:pos>
-            <gml:pos>20.5 40.5</gml:pos>
-            <gml:pos>10.5 30.5</gml:pos>
-          </gml:LineString>
-        </d:GeogLine>
-        <d:GeogPolygon m:type="Edm.GeographyPolygon">
-          <gml:Polygon 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:exterior>
-              <gml:LinearRing>
-                <gml:pos>5 15</gml:pos>
-                <gml:pos>10 40</gml:pos>
-                <gml:pos>20 10</gml:pos>
-                <gml:pos>10 5</gml:pos>
-                <gml:pos>5 15</gml:pos>
-              </gml:LinearRing>
-            </gml:exterior>
-          </gml:Polygon>
-        </d:GeogPolygon>
-        <d:GeogCollection m:type="Edm.GeographyCollection">
-          <gml:MultiGeometry 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:geometryMembers>
-              <gml:MultiGeometry />
-              <gml:MultiGeometry>
-                <gml:geometryMembers>
-                  <gml:Point>
-                    <gml:pos>2 1</gml:pos>
-                  </gml:Point>
-                </gml:geometryMembers>
-              </gml:MultiGeometry>
-            </gml:geometryMembers>
-          </gml:MultiGeometry>
-        </d:GeogCollection>
-        <d:GeogMultiPoint m:type="Edm.GeographyMultiPoint">
-          <gml:MultiPoint 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:pointMembers>
-              <gml:Point>
-                <gml:pos>52.8606 173.334</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>51.65 178.7</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>51.9125 179.5</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>51.9222 179.728</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>52.795 173.105</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>52.9778 172.914</gml:pos>
-              </gml:Point>
-            </gml:pointMembers>
-          </gml:MultiPoint>
-        </d:GeogMultiPoint>
-        <d:GeogMultiLine m:type="Edm.GeographyMultiLineString">
-          <gml:MultiCurve 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326"; />
-        </d:GeogMultiLine>
-        <d:GeogMultiPolygon m:null="true" />
-        <d:Geom m:type="Edm.GeometryPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:pos>4377000.868172125 6348217.1067010015</gml:pos>
-          </gml:Point>
-        </d:Geom>
-        <d:GeomPoint m:type="Edm.GeometryPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:pos>4377000.868172125 6348217.1067010015</gml:pos>
-          </gml:Point>
-        </d:GeomPoint>
-        <d:GeomLine m:type="Edm.GeometryLineString">
-          <gml:LineString 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:pos>1 1</gml:pos>
-            <gml:pos>3 3</gml:pos>
-            <gml:pos>2 4</gml:pos>
-            <gml:pos>2 0</gml:pos>
-          </gml:LineString>
-        </d:GeomLine>
-        <d:GeomPolygon m:type="Edm.GeometryPolygon">
-          <gml:Polygon gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:exterior>
-              <gml:LinearRing>
-                <gml:pos>15 5</gml:pos>
-                <gml:pos>40 10</gml:pos>
-                <gml:pos>10 20</gml:pos>
-                <gml:pos>5 10</gml:pos>
-                <gml:pos>15 5</gml:pos>
-              </gml:LinearRing>
-            </gml:exterior>
-          </gml:Polygon>
-        </d:GeomPolygon>
-        <d:GeomCollection m:null="true" />
-        <d:GeomMultiPoint m:type="Edm.GeometryMultiPoint">
-          <gml:MultiPoint 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:pointMembers>
-              <gml:Point>
-                <gml:pos>0 0</gml:pos>
-              </gml:Point>
-            </gml:pointMembers>
-          </gml:MultiPoint>
-        </d:GeomMultiPoint>
-        <d:GeomMultiLine m:null="true" />
-        <d:GeomMultiPolygon m:null="true" />
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    
<id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/AllGeoTypesSet(-1)</id>
-    <category 
term="Microsoft.Test.OData.Services.AstoriaDefaultService.AllSpatialTypes" 
scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"; />
-    <link rel="edit" title="AllSpatialTypes" href="AllGeoTypesSet(-1)" />
-    <title />
-    <updated>2014-05-08T12:26:29Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:Id m:type="Edm.Int32">-1</d:Id>
-        <d:Geog m:type="Edm.GeographyPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:pos>51.65 178.7</gml:pos>
-          </gml:Point>
-        </d:Geog>
-        <d:GeogPoint m:null="true" />
-        <d:GeogLine m:null="true" />
-        <d:GeogPolygon m:null="true" />
-        <d:GeogCollection m:null="true" />
-        <d:GeogMultiPoint m:type="Edm.GeographyMultiPoint">
-          <gml:MultiPoint 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326";>
-            <gml:pointMembers>
-              <gml:Point>
-                <gml:pos>52.8606 173.334</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>51.65 178.7</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>51.9125 179.5</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>51.9222 179.728</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>52.795 173.105</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>52.9778 172.914</gml:pos>
-              </gml:Point>
-            </gml:pointMembers>
-          </gml:MultiPoint>
-        </d:GeogMultiPoint>
-        <d:GeogMultiLine m:null="true" />
-        <d:GeogMultiPolygon m:type="Edm.GeographyMultiPolygon">
-          <gml:MultiSurface 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326"; />
-        </d:GeogMultiPolygon>
-        <d:Geom m:type="Edm.GeometryPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:pos>4358017.0935490858 6362964.504044747</gml:pos>
-          </gml:Point>
-        </d:Geom>
-        <d:GeomPoint m:type="Edm.GeometryPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:pos>4358017.0935490858 6362964.504044747</gml:pos>
-          </gml:Point>
-        </d:GeomPoint>
-        <d:GeomLine m:type="Edm.GeometryLineString">
-          <gml:LineString 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:pos>1 1</gml:pos>
-            <gml:pos>3 3</gml:pos>
-            <gml:pos>2 4</gml:pos>
-            <gml:pos>2 0</gml:pos>
-            <gml:pos>1 1</gml:pos>
-          </gml:LineString>
-        </d:GeomLine>
-        <d:GeomPolygon m:type="Edm.GeometryPolygon">
-          <gml:Polygon gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:exterior>
-              <gml:LinearRing>
-                <gml:pos>30 20</gml:pos>
-                <gml:pos>10 40</gml:pos>
-                <gml:pos>45 40</gml:pos>
-                <gml:pos>30 20</gml:pos>
-              </gml:LinearRing>
-            </gml:exterior>
-          </gml:Polygon>
-        </d:GeomPolygon>
-        <d:GeomCollection m:type="Edm.GeometryCollection">
-          <gml:MultiGeometry 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:geometryMembers>
-              <gml:Point>
-                <gml:pos>4 6</gml:pos>
-              </gml:Point>
-              <gml:LineString>
-                <gml:pos>4 6</gml:pos>
-                <gml:pos>7 10</gml:pos>
-              </gml:LineString>
-            </gml:geometryMembers>
-          </gml:MultiGeometry>
-        </d:GeomCollection>
-        <d:GeomMultiPoint m:type="Edm.GeometryMultiPoint">
-          <gml:MultiPoint 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:pointMembers>
-              <gml:Point>
-                <gml:pos>4541876.7599749668 5944203.8929384714</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>4358017.0935490858 6362964.504044747</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>4515785.037825482 6055723.864035368</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>4505479.22279754 6049837.1931612007</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>4377000.868172125 6348217.1067010015</gml:pos>
-              </gml:Point>
-            </gml:pointMembers>
-          </gml:MultiPoint>
-        </d:GeomMultiPoint>
-        <d:GeomMultiLine m:type="Edm.GeometryMultiLineString">
-          <gml:MultiCurve 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0"; />
-        </d:GeomMultiLine>
-        <d:GeomMultiPolygon m:type="Edm.GeometryMultiPolygon">
-          <gml:MultiSurface 
gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0";>
-            <gml:surfaceMembers>
-              <gml:Polygon>
-                <gml:exterior>
-                  <gml:LinearRing>
-                    <gml:pos>30 20</gml:pos>
-                    <gml:pos>10 40</gml:pos>
-                    <gml:pos>45 40</gml:pos>
-                    <gml:pos>30 20</gml:pos>
-                  </gml:LinearRing>
-                </gml:exterior>
-              </gml:Polygon>
-              <gml:Polygon>
-                <gml:exterior>
-                  <gml:LinearRing>
-                    <gml:pos>15 5</gml:pos>
-                    <gml:pos>40 10</gml:pos>
-                    <gml:pos>10 20</gml:pos>
-                    <gml:pos>5 10</gml:pos>
-                    <gml:pos>15 5</gml:pos>
-                  </gml:LinearRing>
-                </gml:exterior>
-              </gml:Polygon>
-            </gml:surfaceMembers>
-          </gml:MultiSurface>
-        </d:GeomMultiPolygon>
-      </m:properties>
-    </content>
-  </entry>
-</feed>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/12/$value.bin
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/12/$value.bin 
b/fit/src/main/resources/V30/Car/12/$value.bin
deleted file mode 100644
index e69de29..0000000

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/12/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/12/entity.full.json 
b/fit/src/main/resources/V30/Car/12/entity.full.json
deleted file mode 100644
index 422bff8..0000000
--- a/fit/src/main/resources/V30/Car/12/entity.full.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
-  "odata.metadata": 
"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Car/@Element";,
-  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car",
-  "odata.id": 
"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(12)",
-  "odata.editLink": "Car(12)",
-  "odata.mediaEditLink": "Car(12)/$value",
-  "odata.mediaReadLink": "Car(12)/$value",
-  "odata.mediaContentType": "*/*",
-  "[email protected]": "Car(12)/Photo",
-  "[email protected]": "Car(12)/Video",
-  "VIN": 12,
-  "Description": "lx"
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/12/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/12/entity.xml 
b/fit/src/main/resources/V30/Car/12/entity.xml
deleted file mode 100644
index 694dbbe..0000000
--- a/fit/src/main/resources/V30/Car/12/entity.xml
+++ /dev/null
@@ -1,39 +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.
-
--->
-<entry 
xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/";
 xmlns="http://www.w3.org/2005/Atom"; 
xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"; 
xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"; 
xmlns:georss="http://www.georss.org/georss"; 
xmlns:gml="http://www.opengis.net/gml";>
-  
<id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(12)</id>
-  <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" 
scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"; />
-  <link rel="edit" title="Car" href="Car(12)" />
-  <title />
-  <updated>2014-03-19T09:53:35Z</updated>
-  <author>
-    <name />
-  </author>
-  <link 
rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo"; 
title="Photo" href="Car(12)/Photo" />
-  <link 
rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video"; 
title="Video" href="Car(12)/Video" />
-  <link rel="edit-media" title="Car" href="Car(12)/$value" />
-  <content type="*/*" src="Car(12)/$value" />
-  <m:properties>
-    <d:VIN m:type="Edm.Int32">12</d:VIN>
-    <d:Description>lx</d:Description>
-  </m:properties>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/14/$value.bin
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/14/$value.bin 
b/fit/src/main/resources/V30/Car/14/$value.bin
deleted file mode 100644
index e69de29..0000000

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/14/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/14/entity.full.json 
b/fit/src/main/resources/V30/Car/14/entity.full.json
deleted file mode 100644
index 6767a12..0000000
--- a/fit/src/main/resources/V30/Car/14/entity.full.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
-  "odata.metadata": 
"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Car/@Element";,
-  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car",
-  "odata.id": 
"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(14)",
-  "odata.editLink": "Car(14)",
-  "odata.mediaEditLink": "Car(14)/$value",
-  "odata.mediaReadLink": "Car(14)/$value",
-  "odata.mediaContentType": "*/*",
-  "[email protected]": "Car(14)/Photo",
-  "[email protected]": "Car(14)/Video",
-  "VIN": 14,
-  "Description": 
"畚チびンぁあяまぴひタバァンぴ歹チ歹歹ァまマぞ珱暦ぼ歹グ珱ボチタびゼソゼたグёま畚a畚歹匚畚ァゼ匚Я欲匚チチボびソァぴ暦ぺポソチバЯゼ黑ダ匚マび暦ダソク歹まあa裹ソハ歹暦弌aバ暦ぽネ"
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/14/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/14/entity.xml 
b/fit/src/main/resources/V30/Car/14/entity.xml
deleted file mode 100644
index 777c11e..0000000
--- a/fit/src/main/resources/V30/Car/14/entity.xml
+++ /dev/null
@@ -1,39 +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.
-
--->
-<entry 
xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/";
 xmlns="http://www.w3.org/2005/Atom"; 
xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"; 
xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"; 
xmlns:georss="http://www.georss.org/georss"; 
xmlns:gml="http://www.opengis.net/gml";>
-  
<id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(14)</id>
-  <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" 
scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"; />
-  <link rel="edit" title="Car" href="Car(14)" />
-  <title />
-  <updated>2014-03-07T15:15:31Z</updated>
-  <author>
-    <name />
-  </author>
-  <link 
rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo"; 
title="Photo" href="Car(14)/Photo" />
-  <link 
rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video"; 
title="Video" href="Car(14)/Video" />
-  <link rel="edit-media" title="Car" href="Car(14)/$value" />
-  <content type="*/*" src="Car(14)/$value" />
-  <m:properties>
-    <d:VIN m:type="Edm.Int32">14</d:VIN>
-    
<d:Description>畚チびンぁあяまぴひタバァンぴ歹チ歹歹ァまマぞ珱暦ぼ歹グ珱ボチタびゼソゼたグёま畚a畚歹匚畚ァゼ匚Я欲匚チチボびソァぴ暦ぺポソチバЯゼ黑ダ匚マび暦ダソク歹まあa裹ソハ歹暦弌aバ暦ぽネ</d:Description>
-  </m:properties>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/15/$value.bin
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/15/$value.bin 
b/fit/src/main/resources/V30/Car/15/$value.bin
deleted file mode 100644
index e69de29..0000000

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/15/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/15/entity.full.json 
b/fit/src/main/resources/V30/Car/15/entity.full.json
deleted file mode 100644
index 73763cb..0000000
--- a/fit/src/main/resources/V30/Car/15/entity.full.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
-  "odata.metadata": 
"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Car/@Element";,
-  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car",
-  "odata.id": 
"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(15)",
-  "odata.editLink": "Car(15)",
-  "odata.mediaEditLink": "Car(15)/$value",
-  "odata.mediaReadLink": "Car(15)/$value",
-  "odata.mediaContentType": "*/*",
-  "[email protected]": "Car(15)/Photo",
-  "[email protected]": "Car(15)/Video",
-  "VIN": 15,
-  "Description": "kphszztczthjacvjnttrarxru"
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/15/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/15/entity.xml 
b/fit/src/main/resources/V30/Car/15/entity.xml
deleted file mode 100644
index 2fcfe44..0000000
--- a/fit/src/main/resources/V30/Car/15/entity.xml
+++ /dev/null
@@ -1,39 +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.
-
--->
-<entry 
xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/";
 xmlns="http://www.w3.org/2005/Atom"; 
xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"; 
xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"; 
xmlns:georss="http://www.georss.org/georss"; 
xmlns:gml="http://www.opengis.net/gml";>
-  
<id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(15)</id>
-  <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" 
scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"; />
-  <link rel="edit" title="Car" href="Car(15)" />
-  <title />
-  <updated>2014-03-19T11:23:02Z</updated>
-  <author>
-    <name />
-  </author>
-  <link 
rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo"; 
title="Photo" href="Car(15)/Photo" />
-  <link 
rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video"; 
title="Video" href="Car(15)/Video" />
-  <link rel="edit-media" title="Car" href="Car(15)/$value" />
-  <content type="*/*" src="Car(15)/$value" />
-  <m:properties>
-    <d:VIN m:type="Edm.Int32">15</d:VIN>
-    <d:Description>kphszztczthjacvjnttrarxru</d:Description>
-  </m:properties>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/16/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/16/entity.full.json 
b/fit/src/main/resources/V30/Car/16/entity.full.json
deleted file mode 100644
index d0977cf..0000000
--- a/fit/src/main/resources/V30/Car/16/entity.full.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
-  "odata.metadata": 
"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Car/@Element";,
-  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car",
-  "odata.id": 
"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(16)",
-  "odata.editLink": "Car(16)",
-  "odata.mediaEditLink": "Car(16)/$value",
-  "odata.mediaReadLink": "Car(16)/$value",
-  "odata.mediaContentType": "*/*",
-  "[email protected]": "Car(16)/Photo",
-  "[email protected]": "application/octet-stream",
-  "[email protected]": "Car(16)/Video",
-  "VIN": 16,
-  "Description": 
"ぁゼをあクびゼゼァァせマほグソバせё裹ヲぽンァ"
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/16/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/16/entity.xml 
b/fit/src/main/resources/V30/Car/16/entity.xml
deleted file mode 100644
index 07507c2..0000000
--- a/fit/src/main/resources/V30/Car/16/entity.xml
+++ /dev/null
@@ -1,45 +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.
-
--->
-<entry 
xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/";
 
-       xmlns="http://www.w3.org/2005/Atom"; 
-       xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"; 
-       
xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"; 
-       xmlns:georss="http://www.georss.org/georss"; 
-       xmlns:gml="http://www.opengis.net/gml";>
-  
<id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(16)</id>
-  <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" 
scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"; />
-  <link rel="edit" title="Car" href="Car(16)" />
-  <title />
-  <updated>2014-02-06T13:56:11Z</updated>
-  <author>
-    <name />
-  </author>
-  <link 
rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo"; 
type="application/octet-stream" title="Photo" href="Car(16)/Photo" />
-  <link 
rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video"; 
title="Video" href="Car(16)/Video" />
-  <link rel="edit-media" title="Car" href="Car(16)/$value" />
-  <content type="*/*" src="Car(16)/$value" />
-  <m:properties>
-    <d:VIN m:type="Edm.Int32">16</d:VIN>
-    
<d:Description>ぁゼをあクびゼゼァァせマほグソバせё裹ヲぽンァ</d:Description>
-  </m:properties>
-</entry>
-

Reply via email to