2003/09/24 07:33:32
[org.ibex.core.git] / src / org / xwt / SOAP.java
index debbc24..2771304 100644 (file)
@@ -41,7 +41,7 @@ class SOAP extends XMLRPC {
         if (name.equals("SOAP-ENV:Envelope")) return;
         if (name.equals("SOAP-ENV:Body")) return;
         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.Obj());