Skip to main content
Skip table of contents

Creating an OData Connector

To create an OData connector, create a new connector from the service panel, and select OData from the drop down list of available connector types. Configure OData connectors by simply providing an OData URL or importing an EDMX file.

Browse your computer to select a file or use drag & drop. Click Next to load the selected file:

grafik-20250904-120120.png

The Next button is enabled only when you have provided an EDMX file.

If the file cannot be loaded, a corresponding error message is displayed.

After the file/the URL has been successfully loaded, you can start the actual configuration of the connector:

grafik-20250930-092857.png

Here, you can specify global parameters that are added as a parameter to all OData operations:

grafik-20250930-093852.png

This is necessary for some OData database connections, e.g. SAP OData always needs a client-id to identify the SAP client for the OData call.

The following options are available. Use them to define where the parameter is used in the http request:

Option

Description

InOut Header

The parameter is added in the http headers of the request and will be read from the http headers of the response.

In Header

The parameter is added in the http headers of the request.

Out Header

The parameter will be read from the http headers of the response.

Query

The parameter is added in the query parameters.

To save your input, just close the pop-up window.

Related Content

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.