Web Services Connection Properties

Web service connection properties can be database properties that are accessible using the CONNECTION_PROPERTY function.

Use the following syntax to store a connection property value from the HTTP server to a local variable in a SQL function or procedure:

SELECT CONNECTION_PROPERTY('connection-property-name') INTO variable_name;

The following is a list of useful runtime HTTP request connection properties that are commonly used for web service applications: