Share via


Adding a PPP Connection to a Corporate Network Example

Send Feedback

The following XML example illustrates how to establish a connection to a corporate network. The value defined in the DestId parameter is the globally unique identifier (GUID) that specifies the network to which a PPP connection will be made (in this case, the network is My Corporate Network, one of the default networks included with the device).

<wap-provisioningdoc>
   <characteristic type="CM_PPPEntries">
      <characteristic type="CorpNetPPP">
         <parm name="DestId" value="{A1182988-0D73-439e-87AD-
         2A5B369F808B}" />
         <parm name="CountryCode" value="1" />
         <parm name="AreaCode" value="425" />
         <parm name="Phone" value="5550112" />
         <parm name="UserName" value="myuser" />
         <parm name="Password" value="mypassword" />
         <parm name="Domain" value="mydomain" />
      </characteristic>
   </characteristic>
</wap-provisioningdoc>

For complete descriptions of the parameters and characteristics, see the CM_PPPEntries Configuration Service Provider.

For information about creating a GPRS network connection to Internet, see Creating a GPRS Connection Example.

See Also

CM_PPPEntries Configuration Service Provider Examples for OMA Client Provisioning | CM_PPPEntries Configuration Service Provider | Provisioning an Internet Connection Through a Corporate Network Connection Example

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.