Hi there,
I have a webservice that posts the status of a sensor to a given URL. I have setup a webservice on my own server that reads the data that is send as a JSON object and stores this in my database. However for test purposes I want to use Mendix instead. I have mastered the normal REST call and I am able to POST data and read the response. GET is also no issue to retrieve data from the webservice on my own server.
However, I read many forum QA's but haven't found a solution. Is there a way I can create a page in mendix that can receive a POST and reads the JSON object ? Or do I have to go JAVA ?
Thanx,
Andy.