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 The process is described here: Accessing a dedicated service.
The following description is deprecated:
  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 type to access a REST service.
  2. Add a REST binding:
  3. Write a binding variable and a call statement, as described here: Invoking a service asynchronously from a Rich UI application

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