Basic Communication Procedures
Nur für den internen Gebrauch
A31003-S2000-R102-16-7620 02/2016
78
Provisioning Service, Developer’s Guide
c03.fm
Error Handling
2. The provisioning service attempts to write an item that is unknown at the phone.
<DLSMessage xmlns="http://www.siemens.com/DLS"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.siemens.com/DLS">
<Message nonce="7FAA6353A4887BBFA14B78370FE99144">
<Action>WriteItems</Action>
<ItemList>
<Item name="socketed-headset-mode">0</Item>
</ItemList>
</Message>
</DLSMessage>
3. The phone responds with the
status
item indicating the unknown item.
<WorkpointMessage xsi:schemaLocation="http://www.siemens.com/DLS"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.siemens.com/DLS">
<Message nonce="9DD3EB02AA6A93A00CA63EE07B25ABF3" maxItems="-1"
fragment="final">
<ReasonForContact status="accepted" action="WriteItems">
reply-to</ReasonForContact>
<ItemList>
<Item status="unknown item"
name="socketed-headset-mode"></Item>
</ItemList>
</Message>
</WorkpointMessage>
4. The provisioning service terminates the interaction with a CleanUp.
<DLSMessage xmlns="http://www.siemens.com/DLS"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.siemens.com/DLS">
<Message nonce="CF8CDC3C82D1FC7966B6318537C6E0F6">
<Action>CleanUp</Action>
</Message>
</DLSMessage>