Clicking the Settings task opens the XML Settings dialog box.
The Server URL is the address of the XML server that will handle this XML post.
Note: This is the run-time URL; it can be different from the design-time URL.
The Server Name is the name of the XML Server that will handle this XML post.
The DTD URL is the location of the definition filed to be used for the XML post if one is required.
The DTD Name is the name of the definition file to be used for the XML post if a DTD is required.
This is the XML declaration that appears at the top of an
XML file. If the file has a prefix, it must contain ?
If this box is selected, Genesys Agent Scripting will not perform any XML Preprocessing for this interface.
If this option is selected, all tag values will be enclosed with CDATA Indicators. This means that everything between the CDATA indicators is treated as raw data rather than XML (for example, < don’t start tags).