Skip to main content

REST (Web Services and Clients)

Create REST web services and web clients.

Background Information

REST is a simple stateless architecture that generally runs over HTTP. The REST acronym represents Representational State Transfer.

Available Tools

Caché support for REST web services

Enables you to create web services in Caché. Caché REST support includes the following items:

  • %CSP.RESTOpens in a new tab class

  • 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.

Ensemble support for REST web services and clients

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.

See Also

FeedbackOpens in a new tab