CMPLANNER Configuration Service Provider Example for OMA DM

Send Feedback

The following illustrates a CMPLANNER object defined as part of the proprietary extension of OMA DM. To provision devices using the OMA Client Provisioning (formerly WAP) protocol, use the CM_Planner Configuration Service Provider instead.

  <atomic>
  <CmdID>8000</CmdID>
    <add>
      <CmdID>8001</CmdID>
      <Item>
        <Target>
          <LocURI>./Vendor/MSFT/CMPLANNER/CacheTime</LocURI>
        </Target>
        <Meta>
          <Format xmlns='syncml:metinf'>int</Format>
        </Meta>
        <Data>60</Data>
      </Item>
    </add>
    <add>
      <CmdID>8002</CmdID>
      <Item>
        <Target>
          <LocURI>./Vendor/MSFT/CMPLANNER/RetryCount</LocURI>
        </Target>
        <Meta>
          <Format xmlns='syncml:metinf'>int</Format>
        </Meta>
        <Data>2</Data>
      </Item>
    </add>
    <add>
      <CmdID>8003</CmdID>
      <Item>
        <Target>
          <LocURI>./Vendor/MSFT/CMPLANNER/PreferredConnections/Internet</LocURI>
        </Target>
        <Meta>
          <Format xmlns='syncml:metinf'>chr</Format>
        </Meta>
        <Data>GPRS1</Data>
      </Item>
    </add>
    <add>
      <CmdID>8004</CmdID>
      <Item>
        <Target>
          <LocURI>./Vendor/MSFT/CMPLANNER/PreferredConnections/Work</LocURI>
        </Target>
        <Meta>
          <Format xmlns='syncml:metinf'>chr</Format>
        </Meta>
        <Data>MSCorpNet1</Data>
      </Item>
    </add>
    <add>
      <CmdID>8005</CmdID>
      <Item>
        <Target>
          <LocURI>./Vendor/MSFT/CMPLANNER/PreferredConnections/WAP</LocURI>
        </Target>
        <Meta>
          <Format xmlns='syncml:metinf'>chr</Format>
        </Meta>
        <Data>WAPRAS1</Data>
      </Item>
    </add>
    <add>
      <CmdID>8006</CmdID>
      <Item>
        <Target>
          <LocURI>./Vendor/MSFT/CMPLANNER/PreferredConnections/SecureWAP</LocURI>
        </Target>
        <Meta>
          <Format xmlns='syncml:metinf'>chr</Format>
        </Meta>
        <Data>WAPRAS2</Data>
      </Item>
    </add>
  </atomic>

See Also

CMPLANNER Configuration Service Provider | CM_Planner Configuration Service Provider

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.