You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by deepak patwal <de...@gmail.com> on 2020/06/16 11:36:28 UTC

Not able to connect to excel odata feed service

Hi Team,

Using the OData V4.0 Java, I have created an Odata server.
Everything works fine. Olingo odata client is able to retrieve the data
from odata server, from postman all request to server are working fine but
while passing the feed URL to Excel is giving following error:
[image: image.png]

And Odata server logs following error :
[image: image.png]

I tried different formats including application/json, application/xml and
many more which all are available in
org.apache.olingo.commons.api.format.ContentType
but still no success. and also I tried the examples as given in the olingo
site.

[image: image.png]

I am not sure what I am missing.
Please suggest.

Regards,
Deepak Patwal