3.1.5.1.7 Replace
The Replace command is used by the originator to request that data elements accessible to the recipient be replaced. The Replace command makes a complete replacement of the specified data elements. If a specified element does not already exist on the recipient, an error is returned to the originator.
The following XML snippet shows example usage of the Replace command. The syntax for the Replace element type is specified in section 2.2.7.8.
-
<SyncBody> <Replace> <CmdID>8</CmdID> <Item> <Target> <LocURI>./Vendor/MSFT/WiFi/Profile/MyNetwork/ProxyVendor/MSFT/WiFi/Profile /MyNetwork/Proxy</LocURI> </Target> <Data>test:8080</Data> </Item> </Replace> ... </SyncBody>