Change the Management Server v1.2 Address
4/8/2010
This example replaces the data value of the ServerID node. This allows you to change the address that the device must use to connect to the management server.
Code Example
<Replace>
<CmdID>2</CmdID>
<Item>
<Target>
<LocURI>./SyncML/DMS/<x>/ServerID</LocURI>
</Target>
<Data>www.<server>.com</Data>
</Item>
</Replace>
Remarks
You must change the following information for this example to work.
Replace | With |
---|---|
www.<server>.com |
The server identifier for the current OMA DM v1.2 account. > [!NOTE] > Server Ids must be unique. This value is case sensitive. |
One provisioning XML file typically contains configuration information for multiple Configuration Service Providers. To use this example, you must replace the values as appropriate, and add the node as a child of the SyncBody node in an OMA DM provisioning file. For more information about the syntax of the provisioning file, see OMA DM Provisioning Files.