Index: openacs-4/packages/soap-gateway/tcl/soap-wsdl-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/soap-gateway/tcl/soap-wsdl-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/soap-gateway/tcl/soap-wsdl-procs.tcl 17 Oct 2004 05:51:54 -0000 1.1 +++ openacs-4/packages/soap-gateway/tcl/soap-wsdl-procs.tcl 25 Apr 2018 19:47:48 -0000 1.2 @@ -36,7 +36,7 @@ @author William Byrne } { # init - set methods [list] + set methods {} # loop through methods belonging to namespace ??? XQL db_foreach select_idls {} { @@ -255,7 +255,7 @@ set funcs [soap::wsdl::method_get_idls $nid] # decl methods - set methods [list] + set methods {} # set up regexp expression for "C" style function set expr [soap::wsdl::get_style_parser_expr C]