Latest Activity

code

passing one of regiser or array fields as parameter in webservice url

hi, how to convert the below query to a webservice url? select * from tableA where (x).y.z=1 here x is a register of array y with field z Thanks, chethan

REST Webservice

code

Oauth 2.0 authentication in web services - Introspection

Hi Team, We are trying to use this authentication method in my published web services, but I need some more information than in the link: https://community.denodo.com/docs/html/browse/7.0/vdp/administration/server_administration_-_configuring_the_se...

REST Webservice oauth

code

Oauth 2.0 authentication in Denodo web services with JWT

Hi Team, We are trying to use this authentication method in my published web services, but I need some more information than in the link: https://community.denodo.com/docs/html/browse/7.0/vdp/administration/server_administration_-_configuring_the_se...

REST Webservice oauth

code

How to query on different View?

I have 3 derived view A, B and C. I want to pass parameter from web services like B then the query agains B derived view. If I pass C then the query agains C derived view. This is possible in Denodo ??

REST Webservice derived view Interface

code

How to query on different View using web services?

I have one Base view top of that I am creating 3 diffrent logic Derived view A, B and C. I want to pass parameter from web services like B then the query agains B derived view. If I pass C then the query agains C derived view. This is possible in Denod...

REST Webservice derived view Interface

code

WebService REST

Hi, I'm developping an application that interacts with an instance of denodo. I need to make a query with two "in" conditions but apparently it doesn't work. This two query works fine 1 - filter = UrlEncode("TRIM(""aff_etat_iep"")NOT IN ('Supprime','...

REST API REST Webservice

code

How to achieve JSON custom format for array of values while applying Denodo nest()

Hi Denodo Team, I have created a base view with 3 employee records for Dept_id= 'D100' as below. SELECT 'D100' AS dept_id , 'E1' AS empid FROM DUAL UNION SELECT 'D100' AS dept_id , 'E2' AS empid FROM DUAL UNION SELECT 'D100' AS dept_id , 'E3' AS empid...

Nested Array DENODO JSON REST Webservice

code

Json format issue while accessing through REST webservice with SQL having Double Quotes(") character

Here are the steps we tried and we are hitting with JSON format issue in output while accessing REST webservice on Denodo derived view. Can anybody help suggesting on how to get rid of backslash \ character in the output? We are looking for output to...

JSON REST Webservice

code

restful web service . 404 page not found

Hi Team, Denodo 7.0 Denodo Home is in G: Drive. Works fine - http://localhost:9090/server/<db_name_here>/<webservice_name_here>/views/<view_name_here> Problem - 404. page not found http://localhost:9090/denodo-restfulws/<db_nam...

REST REST Webservice

code

Role based Authentication options for REST Webservice deployed with HTTP Basic with VDP Authentication Setting

We have deployed REST webservices with Authentication set to HTTP Basic with VDP. On invocation of Webservice,it authenticates the user level VDP credentials before providing the response back to the user. Please let me know, Is there a way to man...

REST Webservice