Hi, Assistance very much appreciated with this. I'm getting error HTTP STATUS 401 This request requires HTTP authentication when entering http://localhost:9090/denodo-restfulws/tutorial in browser. I reran the app server with no success.
Answers:
1
I have been following the instructions in exploring RESTful web services from the denodo community site. https://community.denodo.com/tutorials/browse/basics/4connect3consume But when i try to access the Denodo using RESTfull webservice(http://localh...
Answers:
1
I have been exploring the Data services module from denodo community site https://community.denodo.com/tutorials/browse/dataservices/index after creating the interface, i created the SOAP dataservice and REST dataservice, when i try to deploy these s...
Answers:
1
Trying to execute the tutorial: https://community.denodo.com/tutorials/browse/basics/4connect3consume I want to see the rest services published on 'http://localhost:9090/denodo-restfulws/' and get this error: This requirement needs http authentication ...
Answers:
1
Hi, I've been able to setup a REST web service that allows me to update a single record using a PUT. However, we are running into severe performance issues running large batches of updates due to having to execute one http call per record to update. W...
Answers:
1
Sometimes we want distinct elements returned, sometimes we don't. Is it possible to use a single view but send the 'distinct' modified via the web service? Or do we need to create another view that includes the distinct modifier? Thank you!
Answers:
1
We would like to do POST requests to Denodo 5 webservices without including a primary key in the HTTP body/document and then have oracle generate the primary key based on a sequence. The equivalent SQL statement we are trying to mimic in Denodo is: ...
Answers:
2