Creating a User Exit to Call a Services Integration Framework API
Creating a User Exit to Call a Services Integration Framework API
You can add custom code to create user exits that call Services Integration Framework (SIF) APIs. You need to add the code to create a SIF client that can call a SIF API.
Create a Java project in a Java Integrated Development Environment, such as Eclipse.
Add the following
MDM Hub
JAR files to the Java project:
mdm-ue.jar
siperian-api.jar
log4j-1.2.16.jar
The jar files are in the following directory:
On UNIX.
<
infamdm_install_dir
>/hub/server/lib
On Windows.
<
infamdm_install_dir
>\hub\server\lib
Create a Java class for a user exit that implements the user exit interface in the
mdm-ue.jar
file.
Add custom code to call the SIF API.
Use the UserExitSifClient class file in the
mdm-ue.jar
file to create a user exit client.
Define the SIF API request that you must call.
Specify a code that utilizes the user exit SIF client to call the SIF API.
Compile the Java class and package the class files in a custom user exit JAR file.
Use the
User Object Registry
tool in the Hub Console to upload the custom user exit JAR file to the