Header template

A header template only needs to be specified when special or custom headers are used or standard headers that are not (yet) supported. We advise however to be cautious in the use of a header template because:

The XML WebServices Connection will automatically generate a version 1.1 POST request message with the URI that has been specified in the connection configuration file. Furthermore, it automatically inserts the following lines in the header of the request message:

Other HTTP headers can be described in the header template. In the header template one can refer to keys in the DataManager ini file. These take the form @(DM:<name>), and are replaced by the value of the setting. The setting name should be specified with its name as it is known in the Connection Configuration window of the ITP Administration Program. These references are typically used in the header template. They are sometimes also used in the content template if it contains a section with connection information.

The creator of the header template is responsible for keeping the HTTP message in accordance with the HTTP 1.1 specification. In particular: