XML to GIS

Hello all,

I´m trying to refresh variable on Application object trough GIS. With CfgUpdate object and CfgApplication

Looking on the samples of GIS i can see that it must be with xml.

This Xml is working, it can create the variable, but is not able to refresh if i launch again… Somebody knows?

String xml = “<?xml version=\"1.0\" encoding=\"utf-8\"?>”




<list_pair key="v1">
<str_pair value="232163" key="v2"/>
</list_pair>



Hi Daniel,

One way I have found is:

Where action can be either add, change or delete.

Pete.

Thank you so much :slight_smile: