Import mapping Error

0
Hello,  I want to use an API.  So I used the activity “Call Rest” and I choosed “Apply import mapping” as response handling. I have no result as you can see in the picture. I think this is an import mapping issue.  May you help me to fix it?   Thank you
asked
1 answers
0

That looks like the REST service you are calling has sent back a 200 OK message, but no body content. To see the messages sent to and from your Mendix app, I would suggest setting the Log Level for “REST Consume” to Trace, then making the call again. This will show the content of the request and response in your Console.

answered