[Geoserver-devel] [jira] Created: (GEOS-2307) WFSV v1.0.0 request returning GML3

WFSV v1.0.0 request returning GML3
----------------------------------

                 Key: GEOS-2307
                 URL: http://jira.codehaus.org/browse/GEOS-2307
             Project: GeoServer
          Issue Type: Bug
          Components: Versioning
    Affects Versions: 1.7.0-RC4
            Reporter: Sebastian Benthall
            Assignee: Andrea Aime

This request was sent against http://geo.openplans.org/sensible/

It looks like the request is v1.0.0, but the response is in GML3

{code}
<wfsv:GetVersionedFeature xmlns:wfsv="http://www.opengis.net/wfsv&quot; service="WFSV" version="1.0.0">
  <wfs:Query xmlns:wfs="http://www.opengis.net/wfs&quot; typeName="sf:archsites" xmlns:sf="http://open-geo.com"><ogc:Filter xmlns:ogc="http://www.opengis.net/ogc&quot;&gt;&lt;ogc:BBOX&gt;&lt;ogc:PropertyName&gt;the\_geom&lt;/ogc:PropertyName&gt;&lt;gml:Box xmlns:gml="http://www.opengis.net/gml&quot; srsName="EPSG:900913"><gml:coordinates decimal="." cs="," ts=" ">-11706440.785367025,5454329.94521244 -11393354.717567025,5610872.97911244</gml:coordinates></gml:Box></ogc:BBOX></ogc:Filter>
</wfs:Query></wfsv:GetVersionedFeature>
{code}

{code}
<?xml version="1.0" encoding="UTF-8"?>
<wfs:FeatureCollection numberOfFeatures="25" timeStamp="2008-10-21T12:28:10.143-04:00" xsi:schemaLocation="http://www.opengis.net/wfsv http://geo.openplans.org:80/sensible/schemas/wfs/1.1.0/wfs.xsd http://www.openplans.org/topp http://geo.openplans.org:80/sensible/wfs?service=WFSV&amp;version=1.1.0&amp;request=DescribeVersionedFeatureType&amp;typeName=topp:archsites&quot; xmlns:wfsv="http://www.opengis.net/wfsv&quot; xmlns:ogc="http://www.opengis.net/ogc&quot; xmlns:gml="http://www.opengis.net/gml&quot; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot; xmlns:topp="http://www.openplans.org/topp&quot; xmlns:xlink="http://www.w3.org/1999/xlink&quot; xmlns:ows="http://www.opengis.net/ows&quot; xmlns:wfs="http://www.opengis.net/wfs&quot;&gt;
  <gml:featureMembers>
    <topp:archsites gml:id="archsites.1">...</topp:archsites>
    <topp:archsites gml:id="archsites.2">...</topp:archsites>
    ...
  </gml:featureMembers>
</wfs:FeatureCollection>
{code}

{code}

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira