SAP Solman Connector Installation Guide
The MID WebService Event Collector enables you to collect alerts sent from SAP Solman utilizing event stream notification capabilities. The interface is running a push and a pull interface to interact directly with SOLMAN (see HomePage)
Before you begin
Ensure that you:
- Deploy and start the MID Server. See MID Server configuration
- Configure and start the MID Web Server. See Configure the MID Web Server extension
- Configure and start the MID WebService Event Collector. See Configure the MID WebService Event Collector Context.
Role required: evt_mgmt_admin
About this task
JSON formatted event messages are sent from SAP Solman. The MID Server transforms the collected alert messages by parsing them using the TransformEvents_SAPSolman script include, located here: Event Management > Event Listener (Push) > Listener Transform Scripts.
In the Listener Transform Scripts page, click TransformEvents_SAPSolman .
The default format of the URL to push alert messages from SAP SOLMAN to the MID Server is http://<MID_Server_IP>:<MID_Web_Server_Port>/api/mid/em/inbound_event?Transform=TransformEvents_SAPSolman
Variables in the default URL
| Variable | Description |
|---|---|
| MID_Server_IP | IP address of the MID Web Server Extension |
| MID_Web_Server_Port | Listening port of the MID Web Server Extension |
The following procedure describes the collection of JSON formatted event messages using basic authentication. For more information about supported authentication methods, see Configure the MID Web Server extension.
