rest services

0
Hi, i am new to rest services. Trying to connect from mendix to an external client using rest services via post method. I am unable to map the objects in the given api. It would be very helpful if someone could guide me. { "tree": { "id": "", "name": "", "category": "", "percentage": 0, "samplingerror": 0, "rawscore": 0, "rawsamplingerror": 0, "children": [ "TraitTreeNode" ] }, "id": "", "source": "", "wordcount": 0, "wordcountmessage": "", "processedlang": "" }
asked
1 answers
1

Did you follow the steps as in the documentation? https://world.mendix.com/display/howto50/Consuming+a+REST+Service Otherwise you need to be more specific on why you can not map the objects.

Regards,

Ronald

answered