Class: IntegrationService

IntegrationService

Integration service instance for invoking the integration services.

new IntegrationService()

Should not be called by the developer.
Source:

Methods

invokeOperation(operationName, headers, data, successCallback, failureCallback)

invoke the specified operation
Parameters:
Name Type Description
operationName string Name of the operation
headers object Input headers for the operation
data object Input data for the operation
successCallback integrationSuccessCallback Callback method on success
failureCallback integrationFailureCallback Callback method on failure
Source: