help ,how to writer a complex wfs request?
------------------------------------------
Key: GEOS-321
URL: http://jira.codehaus.org/browse/GEOS-321
Project: GeoServer
Type: Test
Components: WFS
Versions: 1.2.4
Reporter: yyt wyy
Assigned to: Chris Holmes
I write a complex http request accoding to wfs spec 1.0
chttp://localhost:8090/geoserver/wfs?request=GetFeature&typename=topp:bc_roads&FILTER=<Filter><BBOX><PropertyName>the_geom</PropertyName><gml:Box><gml:coordinates>489154,5433017,20505234,5448023</gml:coordinates></gml:Box></BBOX></Filter>
but i got a exception :
<?xml version="1.0" ?>
<ServiceExceptionReport version="1.2.0" xmlns="http://www.opengis.net/ogc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/ogc http://localhost:8090/geoserver/data/capabilities/wfs/1.0.0/OGC-exception.xsd">
<ServiceException>java.lang.NullPointerException</ServiceException>
</ServiceExceptionReport>
can anybody tell me how this happen ,and how to writer a complex http request with fiter correctly
--
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
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira