SQL parameters
SQL parameters are populated by running an SQL query on
a database. SQL parameters are defined in the NSM service
template XML.
They are run when you POST
a service for execution.
SQL parameter values are validated when they are submitted and before
the service is run. To execute an SQL query, a select statement is
run on the database that is specified in the <databaseConnection>
tag.