|- valign="top"
| {{Code|[input]}}
|Updated with {{Version|7.45}}. Evaluates the specified input:
* The input string may point to an existing file. If the file suffix is {{Code|.bxs}}, the file content will be evaluated as [[Commands#Basics|Command Script]]; otherwise, it will be evaluated as XQuery expression.
* Otherwise, the input string itself is evaluated as XQuery expression.
|- valign="top"
| {{Code|[input]}}
|Updated with {{Version|7.45}}. Evaluates the specified input:
* The input string may point to an existing file. If the file suffix is {{Code|.bxs}}, the file content will be evaluated as [[Commands#Basics|Command Script]]; otherwise, it will be evaluated as XQuery expression.
* Otherwise, the input string itself is evaluated as XQuery expression.
|- valign="top"
| {{Code|-R}}
| Deactivates the [[REST]] service. This flag has been removed in {{Version|7.45}}; all servlets are now specified in the {{Code|web.xml}} configuration file.
| <code>web.xml</code>
|
|- valign="top"
| {{Code|-W}}
| Deactivates the [[WebDAV]] service. This flag has been removed in {{Version|7.45}}; all servlets are now specified in the {{Code|web.xml}} configuration file.
| <code>web.xml</code>
|
|- valign="top"
| {{Code|-X}}
| Deactivates the [[RESTXQ]] service. This flag has been removed in {{Version|7.45}}; all servlets are now specified in the {{Code|web.xml}} configuration file.
| <code>web.xml</code>
|