Возвращает временную метку слоя
<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>