Hi, --- On Sat, Sep 20, 2014 at 6:01 AM, YOGESHWAR DAN CHARAN <[email protected]> wrote: | I got the things running as per the steps you showed. Diff of xml | outputs[1] on terminal 2 was non empty i.e. xml files generated are | actually different. | [1]http://fpaste.org/135039/11726641/ \--
Bingo! Well done. The difference in the XML is due to the execution state change sent by the adapter when you ran simple_scenario_1.txt (2|execution|INTERRUPTED). If you decide to take the next challenge, I would like you to first go through the XML relevant code in the agent/ folder (xml_* files). The task is to write an equivalent JSON emitter in the agent. In other words, when you do: $ curl localhost:5000/current instead of an XML, we should receive a JSON. SK -- Shakthi Kannan http://www.shakthimaan.com _______________________________________________ Users mailing list [email protected] http://lists.dgplug.org/listinfo.cgi/users-dgplug.org
