Share via


SyncHdr

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.