Accessing a service

In EGL, you can access several different types of services. To learn the access procedures, see the links in the following table.

Goal Tasks
Access a dedicated service
  1. Declaring a variable to access a dedicated or local EGL service.
  2. Then, complete either of these tasks:
Access an EGL REST-RPC service or third-party REST service
  1. Creating an Interface part to access a REST service.
  2. Declaring a variable to access a remote service.
  3. Add a REST binding:
  4. Then, complete either of these tasks:

For details on accessing an EGL REST-RPC service from logic written outside of EGL, see EGL REST-RPC message structure.