REST Service Consume

0
I have one page, where calling microflow for Rest Get Service. On browser, I am getting JSON response for same GET api. but when running locally through Mendix,   Failed to load resource: the server responded with a status of 560 (560)Understand this errorAImxui.js?638708203048571349:59 [Client] Error: An error occurred while executing an action of RestConsume.Page.actionButton1: Internal server error    at mxui.js?638708203048571349:61:180520    at ye (mxui.js?638708203048571349:19:6830)    at i (mxui.js?638708203048571349:19:6731)    at k (mxui.js?638708203048571349:59:5099)
asked
3 answers
0

Since this is not a common HTTP error code we need some more information. Did you do an import mapping directly in the REST call activity? If so you could try to do no import mapping but just retrieve a string response. This way you can pinpoint if the call does not work or something goes wrong with the import mapping. Do also set the REST consume log node to trace in your console (console tab advanced  / Set log levels). With this you can inspect all the traffic with the service.

Regards,

Ronald

 

answered
0

Hi Vishal,

Did you test this API with Postman or any other tools? 

Or please attach some screenshots of errors.

answered
0

Check the below one

https://community.mendix.com/link/space/java-actions/questions/88528

answered