Call Webservice using Azure API (APIGEE) from Mainframe (DB2 SQL)
I'm working on Mainframe environment (COPBOL programming using DB2). Currently we get data from DB2 table of another application. That application migrated the data from DB2 table to Webservice and requesting other application to use API to get data.
Application had hosted the webservice on AZURE. To access the data, we did the subscription and got client credentials. But when using function "DB2XML.HTTPPOSTCLOB" by passing AZURE auth token link, we are getting SQL error -4302. I suspect, it might be authorization issue.
Is there is any setup need to be done on AZURE to allow access to call APIGEE from Mainframe to get token?