Hello all, I am working with *RAML parsing*. So when I am running *./simulator_server.cpp & Simulator_client.cpp (/home/i0t003/Downloads/iotivity/out/linux/x86_64/release/service/simulator/examples/server/client*) in that after providing raml path to *simulator_server* when I start the server and check the *GET* and *POST* request it is referring the same *JSON schema* for *GET* and *POST* both whereas in *RAML* file it is mentioned to refer different schema based on the service requests.
Let's say for example I am starting the *simulator_server* with *humidity.raml* so it refers only *oic.r.humidity.json* schema during *GET* and *POST* both but instead of that the schema it has to refer is * oic.r.humidity.json* during *GET* and *oic.r.humidity-Update.json *during *POST*. So is there any loop hole in *simulator_server.cpp or it designed as it is??* -- -- Regards, Kartik Desai, -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20170422/61e5e68c/attachment.html>
