Invoking an Integration Service
This API invokes an integration service that is configured in the Quantum Fabric portal.
// Sample code to fetch the integration service details
var header = {
"Content-Type": "application/json"
}; // In case no header is required, put null.
konySDKObject.getIntegrationService(serviceName).invokeOperation(operationname, header, params,
successHandler, errorHandler);