Hello Mendix Community, I'm having a weird problem using Call REST service. I already implemented a copuple of requests (GET & DELETE) to an API and they are working fine. The problem comes with de requests that have a request body. I'm mapping a JSON on both PATCH and POST, but POST always return a bad request and PATCH seems to ignore the changes on the request body. I created a dummy local API to capture the request body send by Mendix and is well formatted (sending the body captured on the local API on Postman works fine). Does anybody found a similar problem?
asked
Francisco Martinez
1 answers
0
Hey Francisco,
Have you been able to test this somewhere like postman? Then you can directly see if the problem is your request or the webservice itself.