This integration flow enables you to receive license activation states from the Wibu-Systems CodeMeter.
CodeMeter sends license activation states at a configured frequency. Once SAP Entitlement Management receives license activation states, it updates the status of the corresponding entitlement(s) to the configured status.
Step 1: Configure Sender in SAP Cloud Integration
- Specify the Address as /license/activation-state.
- Set the Authorization User Role to ESBMessaging.Send.
- Set the CSRF Protected field to false.
- Define the Body Size (in MB) as 40.
Step 2: Configure Receiver for CodeMeter
- Specify the Address of the CodeMeter web service (e.g., https://lcadmin.codemeter.com/testservice).
- Set the Proxy Type to Internet.
- Set the Authentication Method to Client Certificate.
- Provide the Private Key Alias defined in the Key Pair section of the Keystore in SAP Cloud Integration.
- Set the Timeout (in ms) to 60000.
- Set the Compress Message field to false.
- Set the Allow Chunking field to true.
Step 3: Configure Receiver for PostExit
Specify the address of your Sender Process Direct in your extension integration flow.
Step 4: Configure Receiver for SAP Entitlement Management
- Specify the Address of the Inbound_Interface_Entitlement_Update_v2 API.
- Set the Authentication Method to OAuth2 Client Credentials.
- Provide the OAuth2 Credential Name defined in the SAP Entitlement Management OAuth2 Credentials section.
- Set the Timeout (in ms) to 60000.
Step 5: Configure the More Tab
- Set the CMLC Credential to the user credential name defined in the Basic Authentication Credential section.
Specify the iterating splitter settings, such as:
- Number of Concurrent Processes
- Timeout
- Set the Status Code in SAP Entitlement Management to the status configured in the integration flow.
- Enable error handling if required.
Step 6: Receive and Process Activation States
- CodeMeter sends license activation states at the configured frequency.
- The integration flow receives these states and processes them.
- The status of the corresponding entitlements in SAP Entitlement Management is updated to the configured status.
Summary
Sets up an inbound flow that periodically receives license-activation states from Code Meter and updates the corresponding entitlement statuses in SAP Entitlement Management.