move JS's Hashtable to JS.O
[org.ibex.core.git] / src / org / ibex / net / SOAP.java
index 85670a3..55f18f5 100644 (file)
@@ -41,7 +41,7 @@ public class SOAP extends XMLRPC {
         if (name.equals("SOAP-ENV:Fault")) fault = true;
  
         // add a generic struct; we'll change this if our type is different
-        objects.addElement(new JS());
+        objects.addElement(new JS.O());
 
         for(int i=0; i<keys.length; i++) {
             String key = keys[i];