Share via


Adding and Modifying a Logical and a Physical Proxy Example (Device Technique)

4/8/2010

This example adds and modifies a logical (DefaultProxy2) and a physical (PROXY 1) proxy, and their settings, by using the standard device technique.

Code Example

<characteristic type="PXLOGICAL">
  <characteristic type="www.adatum.com" mwid="1">
    <parm name="NAME" value="DefaultProxy2"/>
    <parm name="STARTPAGE" value="https://www.adatum.com"/>
    <parm name="DOMAIN" value=".adatum.com/"/>
    <parm name="DOMAIN" value=".contoso.com/"/>
    <parm name="TRUST"/>
    <parm name="PUSHENABLED" value="1"/>
    <characteristic type="PXPHYSICAL">
     <characteristic type="PROXY 1" mwid="1">
       <parm name="PXADDR" value="XXXXXXX"/>
       <parm name="PXADDRTYPE" value="E164"/>
       <parm name="TO-NAPID" value="NAP1"/>
       <characteristic type="PORT">
        <parm name="PORTNBR" value="9201"/>
       </characteristic>
     </characteristic>
    </characteristic>
  </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

PXLOGICAL Configuration Service Provider Examples for OMA Client Provisioning