Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OMA DM commands are transmitted between the server and the client device in messages. A message can contain one or more commands. For a list of commands supported in Windows Mobile Version 5.0, see OMA DM Protocol Command Elements
A DM message is an XML document. The structure and content of the document is defined in the OMA DM Representation Protocol (OMA-SyncML-DevInfo-DTD-V1_1_2-20030505-D.dtd) It is available from this OMA website.
Each message is composed of a header, specified by the SyncHdr element, and a message body, specified by the SyncBody element.
The following example shows the general structure of the XML document:
<SyncML xmlns='SYNCML:SYNCML1.1'>
<SyncHdr>
.
.
.
</SyncHdr>
<SyncBody>
.
.
.
</SyncBody>
</SyncML>
See Also
OMA Device Management Provisioning | SyncHdr | SyncBody
Send Feedback on this topic to the authors