RESTful Data Source Options dialog

This dialog appears when you click the RESTful button in the JSON Connection Wizard. It helps you to receive remote data via the REST web service. See the dialog.

The following are details about options in the dialog:

Via REST Web Service

Specifies whether or not to receive remote data via the REST web service. It is disabled for a local file. If not, remote data is received via the protocol in the URL. If true, the remote data is provided by REST web services on the application server. The engine will use the REST web service client API (such as the JAX-RS client API of Java EE) to get remote data from REST web services on the application server and the URL, the HTTP method (GET, POST etc.), MIME types and so on need to be specified to setup the connection. Generally only the HTTP.GET method can be used to get remote data.

MIME Type

Specifies the MIME type for REST web service data sources. Select the type from the drop-down list or input the type in the text box. Available only when Via REST Web Service is true.

User Name

Specifies the user name for remote data authentication.

Password

Specifies the password for remote data authentication.

HTTP Advanced Options

Click to show/hide the advanced options for HTTP.

OK

Applies the changes and closes the dialog.

Cancel

Cancels the changes and exits the dialog.

Help

Displays the help document about this feature.

Related topics: