Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
martin.pelikan wrote:
Hi,
to insert custom information of RESTful services to SAM DB, we created a new service (this service is invoked via asynchronous messaging from mediation route) that parses some input parameters from header/exchange and then transform these information into SOAP request that invokes ServiceActivityMonitoring service.By this, you can add as many custom keys (CUST_KEY) into EVENTS_CUSTOMINFO that references specific row from EVENTS table by EVENT_ID.
Or you could create a Bean that would sit somewhere in the flow and storing data into database.