Adding the RemoveEmptyTags Parameter to a Property Set in an Input XML File
You add the siebel_ws_param:RemoveEmptyTags parameter to an input XML file manually as a property in the top-level property set.
To add the RemoveEmptyTags parameter to a property set manually
Open the XML file in a text editor.
Add the following text (in bold) to the top-level <PropertySet> tag, as in this example:
<?xml version="1.0" encoding="UTF-8"?> <?Siebel-Property-Set EscapeNames="true"?> <PropertySet siebel_undws_undparam_clnRemoveEmptyTags="Y"> <SiebelMessage> ... ... </SiebelMessage> </PropertySet>
Save the XML file.