Name | Invoke service metadata: endpoint |
Definition | The computer distribution platform used to implement the operation. |
Obligation | mandatory for harmonised spatial data services |
Multiplicity | [1..*] |
Example | https://oss.uredjenazemlja.hr/OssWebServices/inspireService/wms?service=WMS&request=GetCapabilities&version=1.3.0 |
This metadata element documents the URL address of the endpoint for accessing the service where that operation can be performed directly. |
Technical data
INSPIRE equivalent | connectPoint |
Comparison with INSPIRE | equivalent |
ISO equivalent | [Table C2 6] connectPoint |
Comparison with ISO | equivalent |
XPath | identificationInfo[1]/*/containsOperations/*/connectPoint/*/linkage |
Data type | CI_OnlineResource |
Domain | IETF RFC1738 i IETF RFC 2056 |
Implementation instructions | A minimum of one endpoint access URL must be documented where this operation can be performed directly. Endpoint URLs are documented using the instances of the srv:connectPoint/gmd:CI_OnlineResource/gmd:URL element. |
Encoding example: Specify the endpoint URL of the service
<gmd:MD_Metadata> ... <gmd:identificationInfo> <srv:SV_ServiceIdentification> ... <srv:containsOperations> <srv:SV_OperationMetadata> ... <srv:connectPoint> <gmd:CI_OnlineResource> <gmd:linkage> <gmd:URL>https://oss.uredjenazemlja.hr/OssWebServices/inspireService/wms?service=WMS&request=GetCapabilities&version=1.3.0</gmd:URL> </gmd:linkage> </gmd:CI_OnlineResource> </srv:connectPoint> </srv:SV_OperationMetadata> </srv:containsOperations> ... <srv:SV_ServiceIdentification> </gmd:identificationInfo> ... </gmd:MD_Metadata> |