Rest Custom Request Template

0
Is there any example that shows how to build custom request template while calling a REST service? I have tried to create an XML-based input but it didn't work.
asked
1 answers
1

You can find an example in the documentation: https://docs.mendix.com/refguide6/consumed-rest-services

Furthermore on the internet you can find a lot of json generators like: http://www.objgen.com/json?demo=true

answered