Index: trunk/zoo-services/hello-js/cgi-env/hello.js
===================================================================
--- trunk/zoo-services/hello-js/cgi-env/hello.js	(revision 83)
+++ trunk/zoo-services/hello-js/cgi-env/hello.js	(revision 83)
@@ -0,0 +1,13 @@
+
+function hellojs(conf,inputs,outputs){
+	outputs[0]["result"]["value"]="Hello "+inputs[0]["S"]["value"]+" from the JS World !";
+	//SERVICE_SUCEEDED
+	return Array(3,outputs);
+}
+
+function hellojs1(conf,inputs,outputs){
+	outputs[0]["result"]["value"]="Hello "+inputs[0]["S"]["value"]+" from the JS World !";
+	//SERVICE_SUCEEDED
+	return {"result":3,"outputs": outputs};
+}
+
Index: trunk/zoo-services/hello-js/cgi-env/hellojs.zcfg
===================================================================
--- trunk/zoo-services/hello-js/cgi-env/hellojs.zcfg	(revision 82)
+++ trunk/zoo-services/hello-js/cgi-env/hellojs.zcfg	(revision 83)
@@ -21,11 +21,8 @@
    </MetaData>   
    <LiteralData>
-    DataType = string
+    dataType = string
     <Default>
      value = Your Name Here
     </Default>
-    <Supported>
-     value = Your Name Here
-    </Supported>
    </LiteralData>
  </DataInputs>
@@ -38,10 +35,7 @@
    </MetaData>   
    <LiteralOutput>
-    <Default>
-     datatype = string
-    </Default>
-    <Supported>
      dataType = string
-    </Supported>
+     <Default>
+     </Default>
    </LiteralOutput>
  </DataOutputs>  
Index: trunk/zoo-services/hello-js/cgi-env/hellojs1.zcfg
===================================================================
--- trunk/zoo-services/hello-js/cgi-env/hellojs1.zcfg	(revision 82)
+++ trunk/zoo-services/hello-js/cgi-env/hellojs1.zcfg	(revision 83)
@@ -1,3 +1,3 @@
-[hellojs]
+[hellojs1]
  Title = HelloWorld Service in JavaScript
  Abstract = Output and Hello Wolrd string
@@ -21,11 +21,8 @@
    </MetaData>   
    <LiteralData>
-    DataType = string
+    dataType = string
     <Default>
      value = Your Name Here
     </Default>
-    <Supported>
-     value = Your Name Here
-    </Supported>
    </LiteralData>
  </DataInputs>
@@ -38,10 +35,7 @@
    </MetaData>   
    <LiteralOutput>
+     dataType = string
     <Default>
-     datatype = string
     </Default>
-    <Supported>
-     dataType = string
-    </Supported>
    </LiteralOutput>
  </DataOutputs>  
Index: trunk/zoo-services/hello-js/hello.js
===================================================================
--- trunk/zoo-services/hello-js/hello.js	(revision 82)
+++ 	(revision )
@@ -1,13 +1,0 @@
-
-function hellojs(conf,inputs,outputs){
-	outputs[0]["result"]["value"]="Hello "+inputs[0]["S"]["value"]+" from the JS World !";
-	//SERVICE_SUCEEDED
-	return Array(3,outputs);
-}
-
-function hellojs1(conf,inputs,outputs){
-	outputs[0]["result"]["value"]="Hello "+inputs[0]["S"]["value"]+" from the JS World !";
-	//SERVICE_SUCEEDED
-	return {"result":3,"outputs": outputs};
-}
-
