Basic Communication Procedures
Nur für den internen Gebrauch
A31003-S2000-R102-16-7620 02/2016
38
Provisioning Service, Developer’s Guide
c03.fm
Phone Driven Interactions
3.5.2.2
XML Data Exchange (up to OpenStage V2R1)
1. The following example shows XML data sent from a phone to the provisioning service after
a local configuration change. Note the value of
configuration-changed-flag
:
<WorkpointMessage xsi:schemaLocation="http://www.siemens.com/DLS"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.siemens.com/DLS">
<Message maxItems="-1"
nonce="BD9438C65D42D90F566E2D03D6083602">
<ReasonForContact>local-changes</ReasonForContact>
<ItemList>
<Item name="device-type">OpenStage 60</Item>
<Item name="related-device-type">OpenStage 60</Item>
<Item status="failed" name="gigabit-ethernet"/>
<Item name="software-type">Siemens SIP</Item>
<Item name="related-software-type">Siemens SIP</Item>
<Item name="software-version">V1 R4.9.0</Item>
<Item name="related-software-version">V1 R4.9.0</Item>
<Item name="contact-me-uri">
http://192.168.1.4:8085/contact_dls.html/ContactDLS
</Item>
<Item name="mac-addr">00:01:E3:25:EA:13</Item>
<Item name="configuration-changed-flag">true</Item>
<Item name="part-number">S30817-S7403-A101-015</Item>
<Item name="sip-mobility-state">0</Item>
<Item name="e164">49897223290</Item>
<Item name="user-pwd">123456</Item>
<Item status="failed" name="user-pwd-unicode"/>
<Item name="basic-e164">49897223290</Item>
<Item name="mobility-enabled">false</Item>
</ItemList>
</Message>
</WorkpointMessage>
2. The rest of the interaction is analogical to the startup case, as described in Section 3.5.1,