PUT_SERVICE_METADATA

Used in

Application Server REQUEST  

Parent elements

None

Syntax

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

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

Description

Creates or updates the metadata XML document for an ArcIMS Image, ArcMap Image, or Feature Service.

Notes


Attribute Descriptions for PUT_SERVICE_METADATA

AttributeUsage
layernameName of a feature class or layer available within the service.
servicenameThe name of the Image, ArcMap Image, or Feature Service for which metadata is being created or updated.
Back to top 

Examples for PUT_SERVICE_METADATA

<?xml version="1.0" encoding="UTF-8"?>
<PUT_SERVICE_METADATA servicename="SantaClara">
<!--<?xml version="1.0"?><metadata xml:lang="en"><Esri><MetaID>{E692C691-E5FB-4241-AD75-B8E82BE05A25}</MetaID><CreaDate>20060808</CreaDate><CreaTime>09305400</CreaTime><SyncOnce>TRUE</SyncOnce><Server Sync="TRUE">http://aServer</Server><Service Sync="TRUE">SantaClara</Service><ServiceType Sync="TRUE">image</ServiceType><ModDate>20060827</ModDate><ModTime>16214000</ModTime></Esri><Binary><Thumbnail><Data EsriPropertyType="Picture">Qk3uNwEAA...////</Data></Thumbnail></Binary><metainfo><metd Sync="TRUE">20060827</metd></metainfo><mdDateSt Sync="TRUE">20060827</mdDateSt><dataIdInfo><idCitation><resTitle>title</resTitle></idCitation></dataIdInfo><mdStanName Sync="TRUE">ISO 19115 Geographic Information - Metadata</mdStanName><mdStanVer Sync="TRUE">DIS_ESRI1.0</mdStanVer></metadata>
-->
</PUT_SERVICE_METADATA>

Back to top