REST (Web Services and Clients)
Background Information
REST is a simple stateless architecture that generally runs over HTTP. The REST acronym represents Representational State Transfer.
Available Tools
Enables you to create web services in Caché. Caché REST support includes the following items:
-
URL maps that specify the Caché method that is executed for a REST URL.
-
JSON and XML support provided by Caché.
For information on creating Caché REST web services, see Creating REST Services in Caché.
Availability: All namespaces.
Enable you to create Ensemble REST web services (which are business services) and Ensemble REST web clients (which are business operations).
See Creating REST Services and Clients with Ensemble.
Availability: All Ensemble-enabled namespaces.