c03.fm
A31003-S2000-R102-16-7620, 02/2016
Provisioning Service, Developer’s Guide
53
Nur für den internen Gebrauch
Basic Communication Procedures
Provisioning Service Driven Interaction
3.6.7.2
XML Data Exchange For Single File Deployment
As the other elements of the message flow are already described in Section 3.6.3, "Read
Phone Settings", only the relevant sections (step 4 and 5) are illustrated by an example.
4. In the following example, the phone is provided with a new ringtone, which is available as
.wav file. The file is residing on an FTP server:
<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="93D295F38327460697324D39D9824FDB">
<Action>FileDeployment</Action>
<ItemList>
<Item name="file-server">192.168.1.150</Item>
<Item name="file-pwd">dlsftp5</Item>
<Item name="file-path">/media</Item>
<Item name="file-name">ringtone-phone.wav</Item>
<Item name="file-type">RINGTONE</Item>
<Item name="file-username">dls</Item>
<Item name="file-port">21</Item>
</ItemList>
</Message>
</DLSMessage>
In the second example, the ringtone is residing on an HTTPS server:
<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="93D295F38327460697324D39D9824FDB">
<Action>FileDeployment</Action>
<ItemList>
<Item name="file-type">RINGTONE</Item>
<Item name="file-username">dls</Item>
<Item name="file-https-base-url">
https://192.168.1.150/media/ringtone-phone.wav
</Item>
</ItemList>
</Message>
</DLSMessage>