I am writing a new program with the same login and 'send JSON request' logic as my previous program, which still works fine.
I get an SSOID and I can send a valid JSON request but the JSON response comes back with
[{"jsonrpc":"2.0","error":{"code":-32099,"message":"ANGX-0007","data":{"exceptionname":"APINGException","AP INGException":{"errorDetails":"","errorCode":"INVA LID_APP_KEY","requestUUID":"prdang008-03261120-0003a39bb1"}}},"id":1}]
I am using the same APP_KEY that I always use.
Is there a problem?
I get an SSOID and I can send a valid JSON request but the JSON response comes back with
[{"jsonrpc":"2.0","error":{"code":-32099,"message":"ANGX-0007","data":{"exceptionname":"APINGException","AP INGException":{"errorDetails":"","errorCode":"INVA LID_APP_KEY","requestUUID":"prdang008-03261120-0003a39bb1"}}},"id":1}]
I am using the same APP_KEY that I always use.
Is there a problem?


Comment