From: Sapan Bhatia Date: Wed, 8 Jul 2009 05:08:03 +0000 (+0000) Subject: Finishing tweak. X-Git-Tag: sfa-0.9-0@14641~114 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=41da01d6b5c6b7e6a6546504d2013f3137446cae;p=sfa.git Finishing tweak. --- diff --git a/wsdl/gw2wsdl.py b/wsdl/gw2wsdl.py index 51e418e4..4ee12570 100755 --- a/wsdl/gw2wsdl.py +++ b/wsdl/gw2wsdl.py @@ -112,7 +112,7 @@ def name_complex_type(arg): restriction.setAttribute("base","soapenc:Array") attribute = restriction.appendChild(types.createElement("xsd:attribute")) attribute.setAttribute("ref","soapenc:arrayType") - attribute.setAttribute("wsdl:arrayType","wsdl:%s[]"%inner_type) + attribute.setAttribute("wsdl:arrayType","%s[]"%inner_type) return "xsdl:%s"%type_name