c03.fm
A31003-S2000-R102-16-7620, 02/2016
Provisioning Service, Developer’s Guide
83
Nur für den internen Gebrauch
Basic Communication Procedures
Error Handling
3. The phone responds with item status "read-only".
<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="930873879B353894AAB792E175847F39" maxItems="-1"
fragment="final">
<ReasonForContact status="accepted" action="WriteItems">
reply-to</ReasonForContact>
<ItemList>
<Item status="read only" name="device-type"></Item>
</ItemList>
</Message>
</WorkpointMessage>
4. Provisioning service terminates 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="34459A26CEBCF29550D72BE0ECB655C3">
<Action>CleanUp</Action>
</Message>
</DLSMessage>
3.8.4
Example 4: PIN entry exceeds max. retries
1. The provisioning service has requested the "bootstrapping-tan". The user has to enter the
PIN at the phone, where the phone has to check if the maximum number PIN entry is ex-
ceeded. The phone responds with RFC ’clean-up’.
<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="930873879B353894AAB792E175847F39" maxItems="-1"
fragment="final">
<ReasonForContact>clean-up</ReasonForContact>
<ItemList>
<Item name="cleanup-reason">password retries exceeded</
Item>
</ItemList>
</Message>
</WorkpointMessage>