GET_SERVICE_METADATA

Used in

Application Server REQUEST  

Parent elements

None

Syntax

<GET_SERVICE_METADATAAttribute Description Table
     (r)servicename="string"
     layername="string"
>

     No Child Elements
</GET_SERVICE_METADATA >
(r): Attribute or child element is required.

Description

Gets metadata information for a specified Metadata Service.

Notes


Attribute Descriptions for GET_SERVICE_METADATA

AttributeUsage
layernameName of a feature class or layer available within the service.
servicenameThe name of the Metadata Service for retrieving metadata information.
Back to top 

Examples for GET_SERVICE_METADATA

<?xml version="1.0" encoding="UTF-8"?>
<GET_SERVICE_METADATA servicename="SanFrancisco" layername="artgalleries" />

Back to top