Attributes
- name: the name of the ITP/Server service (required).
- type: the type of invocation. Currently, this should be "online".
- value: if specified, the ServerCall tag will be replaced by the indicated value.
Currently, only two values are supported for the value attribute:- info: this means that the last data sent by SendFile Dest("info") … will be used to replace the tag.
- document: a URI will be returned to a copy of the document that was sent by SendFile Dest ("document.<extension>"). Each call will deliver a new copy, as multiple calls may not deliver the same document (this depends on the script). These copies get stored in a location that is related to the browser session, so only after the browser session expires these documents will be removed. One should not write JSP code that depends on the particular form of URI that gets returned.
If the value attribute is not specified, or if it is not supported, the ServerCall tag does not return a result.
- parameters: a comma-separated list of parameters. This offers an alternative way for specifying ITP/Server parameters. In particular this is useful for parameter lists of unknown size that originate from web forms.
- sessionid: identifier of the ITP/Server session in which this job will run