Relativity and ODATA

I am trying to use Devexpress’ DataExplorer IOS app. It uses ODATA. When connecting to the Relativity ODATA, I keep getting an error: Unsupported MIME type (text/xml).

Ideas?

Mike

Hello

Relativity rerutns its OData respones with MIME type set to application/atom+xml or application/json
Please make sure that a correct data uri was used.

Regards

This is the URI I am using:

www.myserver.com:7099/odata/CHAMPAudit/CHAMPAudit.

This works fine with LinqPad. It will not work with Excel or the Devexpress application.

Most probably this happens because Relativity exposes only OData v1 while these apps require more recent version.

Any plans to support later versions?