Post request answer not mapped
Hello people,
I got a problem while working with services of type POST. When sending the data which is mapped to request i get the data on the server and can process it. so far - so good.
As the possibility of POST is to also respond with some content (in this case the updated object including an id) i need to map the response to the UI as well.
The configuration worked like a charm with your UI, just that when executing the service the UI components are not filled.
Is there anything known about it?
To test this you can use the following app, published on your server when pressing "Speichern".
http://medevent.app.appery.io/levelBe...
I set the service to be echo service, so there should be data comming anyway. Which would be the following json as echo: {"id":16,"title":"titeeeeellltest","type":"ty","value":"a"}
Hope you can help me out here.
Thank you!
Cheers yves