Error PKIX path building failed in Java Actions

0
Hello everyone, I do java action call for converting my python code into java code like below This is my previous python code before converted to java action This is the java action parameters But when I run this code and do breakpoint, it always throws   How to fix it, so I can run the java action code
asked
1 answers
0

You don't make web service requests using Java in a Mendix application. You could use the built-in Consume REST service action to send and receive JSON data to an external service.

 

https://docs.mendix.com/refguide9/integration/consume-a-rest-service/

 

Good luck!

answered