Basic Communication Procedures Nur für den internen Gebrauch
A31003-S2000-R102-16-7620 02/2016
48 Provisioning Service, Developer’s Guide
c03.fm
Provisioning Service Driven Interaction
3.6.4.2 XML Data Exchange
As steps 1-3 are described already in Section 3.6.3, "Read Phone Settings", only the subse-
quent steps are demonstrated here.
4. The provisioning service sends a list of the desired data items.
<DLSMessage xsi:schemaLocation="http://www.siemens.com/DLS"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.siemens.com/DLS">
<Message nonce="58D4EE11C844865CAF0E9AA11ED2856F">
<Action>WriteItems</Action>
<ItemList>
<Item name="sntp-tz-offset">60</Item>
<Item name="auto-daylight-save">true</Item>
<Item name="sntp-addr">time.nist.gov</Item>
<Item name="daylight-save">true</Item>
<Item name="daylight-save-zone-id">9</Item>
</ItemList>
</Message>
</DLSMessage>
5. In its reply, the phone confirms that the action has been accepted.
<WorkpointMessage xsi:schemaLocation="http://www.siemens.com/DLS"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.siemens.com/DLS">
<Message fragment="final" maxItems="-1"
nonce="0A8D39A3253E92715EFA5F5F63C25FFB">
<ReasonForContact status="accepted" action="WriteItems">
reply-to
</ReasonForContact>
<ItemList/>
</Message>
</WorkpointMessage>