With SUDS 0.3.7 on Python 2.6.1, I need to uppercase the "soap-enc" in a local copy of http://njgin.state.nj.us/OIT_AddrMatch/OIT_AddrMatch?WSDL before it will find an Array type in the <restriction>.  

Similar error when I try the mssoapinterop part of the test at http://svn.fedorahosted.org/svn/suds/tags/release-0.3.2/tests/public.py.   I get Type not found: '(Array, http://schemas.xmlsoap.org/soap/encoding/, )'    This WSDL uses "soapenc:Array" syntax.

As a Python/SUDS newbie, is my installation wrong?  I'm trying to use the doctors to fix things, but am struggling to understand how they work.  Are there any examples with input and post-doc output?.  

I am extremely impressed by SUDS' capabilities, but my install seems not to be implementing Postel's Law for WSDLs, at least tonight!   Any ideas will be much appreciated.

Paul Nicolette