HTTP POST REQUEST

0
How can I handle a HTTP POST request in the REST Module, I only need to put the raw data of the HTTP POST request in a local DBase
asked
1 answers
0

Did you check the documentation at https://github.com/mendix/RestServices? Including the blog posts it refers to.

Please explain what you have done so far? I assume you have published the POST webservice but are wondering how to store the incoming data in the database? Or is your question "how do I provide a POST webservice?".

answered