
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Failing to connect to odata
Hi,
We are trying to set up an odata connection to a mendix service. However I can't get the connector to work. Even using the test connection:
http://services.odata.org/V3/Northwind/Northwind.svc/
gives me the error:
"The service is unavailable"
Has anyone come across this before? This is our first attempt to use odata, so we haven't used this connector before. I have been clicking on "Web file" as there wasn't a box for odata - is this correct?
- Tags:
- odata
- qlik connectors


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I just tested this entering:
OData Service Root: https://services.odata.org/Northwind/Northwind.svc/
OData Resource Path: Employees
Accept: application/atom+xml
Into the GetData table and got 9 rows of data back.
You can see the other resources to enter for the 'OData Resource Path:' by running the ListResources table with:
OData Service Root: https://services.odata.org/Northwind/Northwind.svc/
Accept: application/xml
