GetLayerUpdateCount (ZWS)

Возвращает временную метку слоя

Схема запроса:

  <xs:element name="zulu-server">
        <xs:complexType>
            <xs:sequence>
                <xs:element name="Command">
                    <xs:complexType>
                        <xs:choice>
                            <xs:element name="GetLayerUpdateCount" type="typeGetLayerUpdateCount"/>
                        </xs:choice>
                    </xs:complexType>
                </xs:element>
            </xs:sequence>
        </xs:complexType>
    </xs:element>
	
	
	<xs:complexType name="typeGetLayerUpdateCount">
        <xs:all>
            <xs:element name="Layer" type="typeLayer"/>            
        </xs:all>
    </xs:complexType>
	
   
   

Схема ответа:

   
        

Пример запроса:

<zulu-server service="zws" version="1.0.0">
    <Command>
        <GetLayerUpdateCount>
          <Layer>riga:teplo</Layer>
        </GetLayerUpdateCount>
    </Command>
</zulu-server>   
   

Пример ответа:

         
<?xml version="1.0" encoding="UTF-8"?>
<zwsResponse>
    <GetLayerUpdateCount/>
    <RetVal>372</RetVal>
</zwsResponse>