Executes scripts against the specified host.

1 system.node.call

<system.node.call
    host='host'
    command='command'
/>
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>