Invoking Remote API Calls

Data can be retrieved from remote services, for example; during an LUI sync to combine the data from an API with the data in the source DB or, to call and update a remote API.

An understanding of remote API protocols and their formats is required to interact with remote servers and parse their response. To do so, we recommend using Java JAR libraries or generated code that encapsulate these interactions into Java methods and objects.

For more information about external JAR libraries, click here.

For examples refer to:

Note that CDC and Broadway Streams Actors can also be used for invoking remote API calls.

Invoking Remote API Calls

Data can be retrieved from remote services, for example; during an LUI sync to combine the data from an API with the data in the source DB or, to call and update a remote API.

An understanding of remote API protocols and their formats is required to interact with remote servers and parse their response. To do so, we recommend using Java JAR libraries or generated code that encapsulate these interactions into Java methods and objects.

For more information about external JAR libraries, click here.

For examples refer to:

Note that CDC and Broadway Streams Actors can also be used for invoking remote API calls.