Select to view content in your preferred language

CSW HTTP Get Request CQL_TEXT is not supported

1811
1
03-05-2012 06:17 AM
DonnaMills
New Contributor
Hi

I am trying to create a CSW GetRecords HTTP Get request which makes use of the CONSTRAINT keyword. However when I submit my request which specifies the CONSTRAINTLANGUAGE as CQL_TEXT I get the following error:

<?xml version="1.0" encoding="UTF-8" ?>
  <ExceptionReport version="1.2.0" xmlns="http://www.opengis.net/ows">
    <Exception exceptionCode="InvalidParameterValue" locator="constraintLanguage">
      <ExceptionText>CQL_TEXT is not supported.</ExceptionText>
    </Exception>
  </ExceptionReport>

I don't understand as CQL_TEXT is one of the two accepted values according to the CSW specification.

My HTTP GET request is:

http://w3karc02s:8080/geoportal/csw?Request=GetRecords&Service=CSW&Version=2.0.2&ResultType=Results&...

Can anyone tell me what I am doing wrong?

Thanks

Donna
0 Kudos
1 Reply
CliveReece
Esri Contributor
You are not doing anything wrong.  It's just that Geoportal Server's CSW only supports FILTER for the CONSTRAINT_LANGUAGE.  CQL_TEXT is not supported. 

Check out https://sourceforge.net/apps/mediawiki/geoportal/index.php?title=Catalog_Service for more details.
0 Kudos