Attaches a time stamp element to the message part specified by the dialect and keyword attributes.
To view this page in the console, click one of the following paths:
The Configuration tab shows configuration properties for this object. These property values are preserved even if the runtime environment is stopped then restarted. See the information center task descriptions for information about how to apply configuration changes to the runtime environment.
The name of the time stamp element.
Information | Value |
---|---|
Required | Yes |
Data type | String |
The expression dialect to use.
Information | Value |
---|---|
Required | Yes |
Data type | drop-down list |
The message part to attach the time stamp element to, specified in a way defined by the chosen dialect.
/*[namespace-uri()='http://schemas.xmlsoap.org/soap/envelope/' and local-name()='Envelope']
/*[namespace-uri()='http://schemas.xmlsoap.org/soap/envelope/' and local-name()='Body']
Information | Value |
---|---|
Required | Yes |
Data type | String |
The expiration time of the time stamp, defined as an xsd:Duration type.
-?P([0-9]+Y)?([0-9]+M)?([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+(\\.[0-9]*)?S)?)
For
example, to specify a timestamp expiration of three minutes, enter PT3M.Information | Value |
---|---|
Required | Yes |
Data type | String |