Executes scripts against the specified host.
1 system.node.call
<system.node.call
host='host'
command='command'
/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Ahost | string | Host code. | |||
Acommand | string | Command code. |
Returns | |
---|---|
Type | Description |
string | Confirmation of the command execution. |
Example
Executes a script of NIF validation for a determined nif.
Copy
<xsql-script name='system_node_call_sample1'> <body> <system.node.call host="golum" command="icon_check_cif -user jtr -pass jtr123 -dbms demo_sports1 -args 'p_nif=46765987X'" /> </body> </xsql-script>