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" service="WFSV" version="1.0.0">
<wfs:Query xmlns:wfs="http://www.opengis.net/wfs" typeName="sf:archsites" xmlns:sf="http://open-geo.com"><ogc:Filter xmlns:ogc="http://www.opengis.net/ogc"><ogc:BBOX><ogc:PropertyName>the\_geom</ogc:PropertyName><gml:Box xmlns:gml="http://www.opengis.net/gml" 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&version=1.1.0&request=DescribeVersionedFeatureType&typeName=topp:archsites" xmlns:wfsv="http://www.opengis.net/wfsv" xmlns:ogc="http://www.opengis.net/ogc" xmlns:gml="http://www.opengis.net/gml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:topp="http://www.openplans.org/topp" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ows="http://www.opengis.net/ows" xmlns:wfs="http://www.opengis.net/wfs">
<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