Hi,
I could access derived views having same schema in my Denodo Virtual Data Port through REST with viewname as search method.
First, I created a JDBC datasource with Denodo Virtual DataPort 7.0 adapter. Then, used the create from query option to create a base view.
In this, I used viewname as interpolation variable. For eg:`select * from @viewname`.So that the view name can be passed at run time to display the data for that view.
Once this base view was created, I published it as a web service and was able to access it dynamically by passing the viewname as input in search method.
Since the schema of the base view is fixed at create time, this would only work for views with same schema and column names.
Currently, I do not believe dynamic creation of view schema is available in Denodo Virtual DataPort. So If your derived views are having same schema it can be accessed by the above suggested way.
For base view creation and publishing as web service you can refer to [Creating Base Views from SQL Queries](https://community.denodo.com/docs/html/browse/7.0/vdp/administration/creating_data_sources_and_base_views/jdbc_sources/jdbc_sources#creating-base-views-from-sql-queries) and [Publishing REST Web Services](https://community.denodo.com/docs/html/browse/7.0/vdp/administration/publication_of_web_services/publishing_rest_web_services/publishing_rest_web_services) section of Virtual DataPort Administration Guide.
Hope this helps!