Default Settings for CM_Networks Configuration Service Provider
4/8/2010
The following example shows the default settings for the CM_Networks Configuration Service Provider that will be installed on all the devices.
Code Examples
<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 Windows Mobile device) 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 parameter values have been removed to avoid confusion.
The default values for the CM_Networks Configuration Service Providers do not need to be changed, although different values can be specified. For descriptions of the parameters and characteristics, see the CM_Networks Configuration Service Providers.
<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>
Remarks
One provisioning XML file typically contains configuration information for multiple Configuration Service Providers. To use this example, you must replace the values as appropriate, and add the node as a child of the OMA Client Provisioning file.** For information about the syntax of this file, see OMA Client Provisioning Files. For examples, see OMA Client Provisioning XML File Examples. **
See Also
Tasks
CM_Networks Configuration Service Provider Examples for OMA Client Provisioning