Hi all,
I am having trouble getting a proper GetRecords response. For some reason,
I am getting empty records back for the first couple of pages. The third
page comes back with only 2 results. The rest come back with the full 10.
Any ideas on where I should look for a solution?
Here is my query:
<csw:GetRecords xmlns:csw="http://www.opengis.net/cat/csw/2.0.2"
service="CSW" version="2.0.2" maxRecords="10" startPosition="1"
outputFormat="application/xml"
outputSchema="http://www.isotc211.org/2005/gmd"
resultType="results"><csw:Query
typeNames="csw:Record"><csw:ElementSetName>full</csw:ElementSetName><csw:Constraint
version="1.1.0"><ogc:Filter xmlns:ogc="http://www.opengis.net/ogc"
xmlns="http://www.opengis.net/ogc"
xmlns:gml="http://www.opengis.net/gml"><ogc:BBOX><ogc:PropertyName>ows:BoundingBox</ogc:PropertyName><gml:Envelope
xmlns:gml="http://www.opengis.net/gml"><gml:lowerCorner>\-151\.018237
0</gml:lowerCorner><gml:upperCorner>-48.981763
90</gml:upperCorner></gml:Envelope></ogc:BBOX></ogc:Filter></csw:Constraint><ogc:SortBy
xmlns:ogc="http://www.opengis.net/ogc"/></csw:Query></csw:GetRecords>
--
View this message in context: http://n2.nabble.com/Empty-GetRecords-result-set-tp4615977p4615977.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.