Changeset 790 for trunk/zoo-project/zoo-services/hello-js
- Timestamp:
- Dec 19, 2016, 6:01:06 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-services/hello-js/cgi-env/hello.js
r423 r790 29 29 } 30 30 31 function hellojs2(conf,inputs,outputs){ 32 outputs["result"]["value"]="Hello "+inputs["S"]["child"]["nom"]["value"]+" "+inputs["S"]["child"]["prenom"]["value"]+" from the JS World !"; 33 outputs["result1"]["child"]["tata"]["value"]="a" 34 //SERVICE_SUCEEDED 35 return {"result": 3,"outputs":outputs}; 36 } 37 31 38 function hellojs1(conf,inputs,outputs){ 32 39 outputs["result"]["value"]="Hello "+inputs["S"]["value"]+" from the JS World !";
Note: See TracChangeset
for help on using the changeset viewer.