Settings

Clicking the Settings task opens the XML Settings dialog box.

Server URL

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.

Server Name

The Server Name is the name of the XML Server that will handle this XML post.

DTD URL

The DTD URL is the location of the definition filed to be used for the XML post if one is required.

DTD Name

The DTD Name is the name of the definition file to be used for the XML post if a DTD is required.

XML Prefix

This is the XML declaration that appears at the top of an XML file. If the file has a prefix, it must contain ?xml, the XML version, the type of encoding, and whether or not the document needs an outside DTD.

Do Not Perform Any XML Preprocessing

If this box is selected, Genesys Agent Scripting will not perform any XML Preprocessing for this interface.

Enclose All Tag Values with CDATA Indicators

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).