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

  1. Open the XML file in a text editor.

  2. 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>
    
  3. Save the XML file.