Share via


Change the Management Server Address

Send Feedback

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.

Note   To use these examples, 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.

        <Replace>
            <CmdID>2</CmdID>
            <Item>
                <Target>
                    <LocURI>./SyncML/DMAcc/<x>/<ServerID></LocURI>
                </Target>
                <Data>www.<server>.com</Data>
            </Item>
        </Replace>

See Also

DMAcc Configuration Service Provider Examples for OMA DM

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.