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 operationNamestring Name of the operation headersobject Input headers for the operation dataobject Input data for the operation successCallbackintegrationSuccessCallback Callback method on success failureCallbackintegrationFailureCallback Callback method on failure - Source: