4/8/2010
The following example queries the top-level node of the
DevDetail object. The device returns the names of the child nodes
one level under ./DevDetail.
Note: |
Because only the names of the immediate child nodes are
returned, the response is "URI/DevTyp/OEM/FwV/SwV/HwV/LrgObj" and
all three nodes under ./DevDetail/URI are omitted. |
Code Example
|
Copy Code
|
<Get>
<CmdID>2</CmdID>
<Item>
<Target>
<LocURI>./DevDetail</LocURI>
</Target>
</Item>
</Get>
|
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 SyncBody node in an
OMA DM provisioning file. For more information about the syntax of
the provisioning file, see
OMA DM
Provisioning Files.
See Also