Share via


BOOTSTRAP Configuration Service Provider Examples

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

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.