I am using getDatabaseByName method of API REST from ARIS Repository API as Consumer on IS.
I have a token from umc, this works.
I’ve done a request in postman and it works rightly setting the umcsession param as apikey auth
But from IS doesnt work!
auth/type = APIKEY
auth/apiKey/in = query
auth/apiKey/name = umcsession
auth/apiKey/value = a valid token
as documentation said on page 139 and 140 https://documentation.softwareag.com/webmethods/integration_server/pie10-5/10-5_Integration_Server_Built_In_Services_Reference.pdf
The exception on IS is: com.wm.net.NetException: [ISC.0064.9314] Authorization Required: 401
Can you help me, please?