2002/05/05 08:37:32
[org.ibex.core.git] / src / org / xwt / SOAP.java
index 35ecd50..ade85e5 100644 (file)
@@ -212,7 +212,7 @@ class SOAP extends XMLRPC {
         }
     }
 
-    protected String send(Object[] args, HTTP http) throws JavaScriptException {
+    protected String send(Object[] args, HTTP http) throws JavaScriptException, IOException {
         // build up the request
         StringBuffer content = new StringBuffer();
         content.append("<?xml version=\"1.0\"?>\n");