XML Wizard Overview

You have the option to create the following XML Interfaces described below:

For ASP.NET there is security check that validates whether any request data contains any dangerous script code. Data containing html tags that is being sent via http is considered, by default, to be dangerous script code.

For example. If the contents of an e-mail contains html tags, then the browser will display a Server Error panel with an exception of System.Web.HttpRequestValidationException when the e-mail contents is sent to the Email XML Interface. This is also true for the PDF XML Interface where you can input html tag data. To prevent such data from being requested, the web administrator can disable the request validation in machine.config.