Hi,
The [Denodo OData 4.0 service](https://community.denodo.com/docs/html/browse/latest/en/vdp/administration/restful_architecture/odata4_service/odata4_service) is used for accessing elements of the Denodo Platform and I would utilize this service, for accessing elements from different Virtual DataPort databases using the following URL:
> http://<host>:<web_container_port>/denodo-odata4-service/denodo-odata.svc/<database name>/
For your scenario, for <database name> specify the Virtual DataPort database from which you need to access the views.
You could also open OData service by Right-clicking on the view in the Server Explorer of the Virtual DataPort Administration Tool which will provide the link to access that specific view through OData Service.
NOTE: All the views in Virtual DataPort are accessible using OData, provided the user should have the right privileges.
For modifying the configuration of the OData service, take a look at the [Configuration](https://community.denodo.com/docs/html/browse/latest/en/vdp/administration/restful_architecture/odata4_service/odata4_service_configuration#configuration) section of the Virtual DataPort Administration Guide.
Hope this helps!