Share via


Default Settings for CM_Networks Configuration Service Provider

The following example shows the default settings for the CM_Networks connection service provider that will be installed on all the devices.

<characteristic type="CM_Networks">
  <characteristic type="The Internet">
   <parm name="DestId" value="{436EF144-B4FB-4863-A041-8F905A62C572}" />
  </characteristic>
  <characteristic type="Work">
   <parm name="DestId" value="{A1182988-0D73-439e-87AD-2A5B369F808B}" />
  </characteristic>
  <characteristic type="WAP Network">
   <parm name="DestId" value="{7022E968-5A97-4051-BC1C-C578E2FBA5D9}" />
  </characteristic>
  <characteristic type="Secure WAP Network">
   <parm name="DestId" value="{F28D1F74-72BE-4394-A4A7-4E296219390C}" />
  </characteristic>
</characteristic>

The following truncated XML example contains the default CM_Networks Configuration Service Provider information (loaded by default onto every Smartphone and Pocket PC) for the four networks that are installed by default, and default CM_NetEntries Configuration Service Provider information for a connection through the desktop. Some of the parm values have been removed to avoid confusion.

The default values for the CM_Mappings and CM_Networks Configuration Service Providers do not need to be changed, although different values can be specified. For descriptions of the parms and characteristics, see the CM_Mappings and CM_Networks Configuration Service Providers.

<wap-provisioningdoc>
  <characteristic type="CM_Networks">
   <characteristic type="The Internet">
     <parm name="DestId" 
     value="{436EF144-B4FB-4863-A041-8F905A62C572}" />
   </characteristic>
   <characteristic type="Work">
     <parm name="DestId" 
     value="{A1182988-0D73-439e-87AD-2A5B369F808B}" />
   </characteristic>
   <characteristic type="WAP Network">
     <parm name="DestId" 
     value="{7022E968-5A97-4051-BC1C-C578E2FBA5D9}" />
   </characteristic>
   <characteristic type="Secure WAP Network">
     <parm name="DestId" 
     value="{F28D1F74-72BE-4394-A4A7-4E296219390C}" />
   </characteristic>
  </characteristic>
  <characteristic type="CM_NetEntries">
   <characteristic type="CurrentDTPTNetwork">
     <parm name="DestId" 
     value="{A1182988-0D73-439e-87AD-2A5B369F808B}" />
   </characteristic>
  </characteristic>
</wap-provisioningdoc>

See Also

CM_Networks Configuration Service Provider Examples| CM_Networks Configuration Service Provider

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.