I am using the RESTSERVICES module from the appstore. I think I allmost have everyting working as I need to set an external webservice to post to my Mendix project wich consumes the send data in JSON. So I have set an onstartup microflow that startsup the webservice and calls the microflow that handles the data that is being sent.
The microflow being called I created an object and after t I would assume that I have to do a "Java action call", choose from the list of action calls found in RESTSERVICES module that would fill my object "et voila". However, here I am lost because I cannot select any action call that looks appropriately. Most of them ask for a parameter URL, etc. Does anybody knows how you retrieve the actual body content ?
Andy