API - setiamanlhc/Denodo GitHub Wiki
Restfull Web Service
This service allow to query data from VDP using URL.
Publishing Web Service
REstfull Web Service Vs Web Service RWS when turned on you can query entire VDP data through URL. On other hand Web Serivce allow you to publish certain view manually and selectively.
Data Service Authentication
HTTP Basic The credentials are passed as plaintext
HTTP Digest The credentials are passed as encrypted hash
HTTP Basic with VDP The credential using VDP User name and password. The credential are passed as plaintext.