Index: trunk/zoo-project/zoo-services/hello-js/cgi-env/hello.js
===================================================================
--- trunk/zoo-project/zoo-services/hello-js/cgi-env/hello.js	(revision 423)
+++ trunk/zoo-project/zoo-services/hello-js/cgi-env/hello.js	(revision 790)
@@ -29,4 +29,11 @@
 }
 
+function hellojs2(conf,inputs,outputs){
+    outputs["result"]["value"]="Hello "+inputs["S"]["child"]["nom"]["value"]+" "+inputs["S"]["child"]["prenom"]["value"]+" from the JS World !";
+    outputs["result1"]["child"]["tata"]["value"]="a"
+    //SERVICE_SUCEEDED
+    return {"result": 3,"outputs":outputs};
+}
+
 function hellojs1(conf,inputs,outputs){
 	outputs["result"]["value"]="Hello "+inputs["S"]["value"]+" from the JS World !";
