QPR MEA Integration

From QPR ProcessAnalyzer Wiki
Revision as of 12:38, 8 April 2026 by Ollvihe (talk | contribs) (Created page with "QPR ProcessAnalyzer is able to establish a connection to a QPR MEA (QPR Suite) instance, and call Web Service operations. == MEA Connection String == To connect to QPR MEA, a MEA connection string needs to be created and stored as a secret. The MEA connection string is a json object with following properties: * '''url''': URL to the webHttp endpoint of the QPR MEA Web Service to be connected to. * '''logOnName''': Log on name of the user...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

QPR ProcessAnalyzer is able to establish a connection to a QPR MEA (QPR Suite) instance, and call Web Service operations.

MEA Connection String

To connect to QPR MEA, a MEA connection string needs to be created and stored as a secret.

The MEA connection string is a json object with following properties:

  • url: URL to the webHttp endpoint of the QPR MEA Web Service to be connected to.
  • logOnName: Log on name of the user who will access the QPR MEA Web Service.
  • password: User's password in QPR MEA.

Example connection string:

{ "url": "https://<hostname>/QPR/Portal/QPR.Isapi.dll/wsforward/MainService.svc/webHttp", "logOnName": "MyUser", "password": "MyPassword" }