HTTP Output Adapter

The HTTP Output adapter receives SQL queries wrapped in HTTP requests from a client application, such as a Web browser, and sends chunk-coded stream content back to the client.

You can configure the adapter on any source stream as an outbound data location. The authentication method is set to Event Stream Processing standards: none, rsa, or gssapi. To use this adapter, ensure Sybase HTTP adapter version 1.0 or later is installed.

Property Label Property Id Type Description
Connector Directory Path baseDir directory (Required) Specifies the absolute path to the adapter installation directory. This property is ignored if the Connector Remote Directory Path property is supplied. No default value.
Configuration File Path configFilePath configFilename (Required) Specifies the absolute path to the adapter configuration file. This property is ignored if the Remote Configuration Path property is supplied. No default value.
Connector Remote Directory Path remoteBaseDir string (Advanced) Specifies the path to the adapter remote base directory, for remote execution only. If this property is supplied, the Connector Directory Path is ignored. No default value.
Remote Configuration File Path remoteConfigFilePath string (Advanced) Specifies the path to the adapter remote configuration file, for remote execution only. If this property is supplied, the Configuration File Path property is ignored. No default value.

PropertySet

propertyset string

(Advanced) Specifies the name of the property set (a group of properties and values) you want to use from the project configuration file. If you specify the same properties in the project configuration file and the ATTACH ADAPTER statement, the values in the property set override the values defined in the ATTACH ADAPTER statement. No default value.