Hi list,
I am using trunk (revision : 6246), I created one dataset metadata and linked it with a service metadata.
On the service metadata xml the operates on is fine but on the metadata xml it seems that only a copy and paste from one part of the service metadata is done.
Part of the WMS metadata
<gmd:linkage>
<gmd:URL>http://services.sandre.eaufrance.fr/geo/zonage?SERVICE=WMS&</gmd:URL>
</gmd:linkage>
<gmd:protocol>
<gco:CharacterString>OGC:WMS-1.1.1-http-get-map</gco:CharacterString>
</gmd:protocol>
<gmd:name>
<gco:CharacterString>LWBODY</gco:CharacterString>
</gmd:name>
<gmd:description>
<gco:CharacterString>Format : image/png8</gco:CharacterString>
</gmd:description>
Corresponding part of the dataset metadata
<gmd:CI_OnlineResource>
<gmd:linkage>
<gmd:URL>http://services.sandre.eaufrance.fr/geo/zonage?SERVICE=WMS&</gmd:URL>
</gmd:linkage>
<gmd:protocol>
<gco:CharacterString>OGC:WMS-1.1.1-http-get-map</gco:CharacterString>
</gmd:protocol>
<gmd:name gco:nilReason="missing">
<gco:CharacterString/>
</gmd:name>
<gmd:description gco:nilReason="missing">
<gco:CharacterString/>
</gmd:description>
</gmd:CI_OnlineResource>
The service MD is pretty light. To ease the debugging, I only have one <srv:connectPoint> (I have not defined connectPoint for the GetCapabilities or other methods).
Am I missing something ?
Other weird behaviour I face with this linkage :
I have other <gmd:CI_OnlineResource> in my dataset metadata : URL to webpages, download link (I know I should create a service MD for this:) ).
In the test.csw page, when I test a CSW call : GetRecordById with outputSchema="csw:IsoRecord", they appear in the response.
But, since I link a service metadata to this dataset metadata, they don't appear anymore in the response (event if they still are in the dataset metadata). Only the link to the service MD is given.
Last one on this linkage :
In the WMS metadata if I delete via the editing interface the operates on, in the dataset metadata, the link don't appear anymore in the default view's upper right corner but it is still in the XML and still in the CSW response (same pb than my previous paragraph)
Cheers,
Sylvain