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.
SyncHdr includes the following information:
- Document Type Definition (DTD) and protocol version numbers
- Session and message identifiers
- Message source and destination Universal Resource Identifiers (URIs).
- Credentials for authentication
This information is used to by the client device to properly manage the DM session. The following example shows the header component of a DM message:
<SyncHdr>
<VerDTD>1.1</VerDTD>
<VerProto>DM/1.1</VerProto>
<SessionID>1</SessionID>
<MsgID>1</MsgID>
<Target>
<LocURI>{unique device ID}</LocURI>
</Target>
<Source>
<LocURI>https://www.operator.org/mgmt-server</LocURI>
</Source>
</SyncHdr>
See Also
OMA DM Provisioning Files | SyncBody
Send Feedback on this topic to the authors