Openedge Rest API error

kasundha

Member
OE Version:- 12.8 Evaluation Edition.

I have developed a sample code to test Rest API and I'm getting this error while sending the request through Postman.

1740135440116.png
 
So you've implemented a REST API in 12.8 PASOE and now you're trying to consume it in Postman. Is that a fair summary? IIRC AccessDenied means there's something wrong with the config of Spring Security. But it could also be as simple as a mis-spelling of the URI. Casing is important. Is it definitely sampleCall? I would also be checking out the various logs in the PASOE directory.
 
Back
Top