Hi, I have installed Geonetwork 2.6.4 and I have succesfully harvested a CSW server via Geonetwork client, but I found a problem when querying Geonetwork:
- I get no results when I query Geonetwork CSW Interface via POST:
< ?xml version="1.0" encoding="UTF-8"?>
<GetRecords xmlns="http://www.opengis.net/cat/csw/2.0.2"xmlns:dc="http://purl.org/dc/elements/1.1/"xmlns:ogc="http://www.opengis.net/ogc"xmlns:ows="http://www.opengis.net/ows"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:gml="http://www.opengis.net/gml"xsi:schemaLocation="http://www.opengis.net/cat/csw/2.0.2 http://schemas.opengis.net/csw/2.0.2/CSW-discovery.xsd"service="CSW"version="2\.0\.2"resultType="results"outputFormat="application/xml"
outputSchema="http://www.opengis.net/cat/csw/2.0.2">
<Query typeNames="csw:Record">
<ElementSetName>full</ElementSetName>
</Query>
</GetRecords>
- I get results when I query Geonetwork CSW Interface via KVP:
http://localhost:8080/geonetwork/srv/csw?request=GetRecords&service=CSW&version=2.0.2&namespace=xmlns(csw=http://www.opengis.net/cat/csw)&resultType=results&outputSchema=http://www.opengis.net/cat/csw/2.0.2&outputFormat=application/xml&maxRecords=10&typeNames=csw:Record&elementSetName=full&constraintLanguage=FILTER&constraint_language_version=1.1.0
- I get no results when I query Geonetwork Client when I am not logged in.
Is there any think that I am doing wrong? I am considering that it has to do with metadata privileges but I haven't found anyway to make them available for not logged users.
Thanks in advance.
Jose Miguel