BOOTSTRAP Configuration Service Provider Examples for OMA Client Provisioning

Send Feedback

The following XML examples can be used as templates to configure settings for the BOOTSTRAP Configuration Service Provider. Below the BOOTSTRAP characteristic type, replace the value for each parm and characteristic type with values that correspond to your system.

Setting the bootstrap document

This example specifies that the location of "TEST Trusted TPS" is "https://www.mytps.com".

<wap-provisioningdoc>
   <characteristic type="BOOTSTRAP">
      <parm name="NAME" value="TEST Trusted TPS" />
      <parm name="PROVURL" value="https://www.mytps.com" />
      <parm name="PROXY-ID" value="TESTPROXY" />
      <parm name="CONTEXT-ALLOW" value="0" />
   </characteristic>
</wap-provisioningdoc>

See Also

BOOTSTRAP Configuration Service Provider

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.