views:

47

answers:

0

There is a bug in the Python SOAP module Suds which is preventing me from making progress on a project. It seems as though the internal definitions for complex data types don't include inherited properties. The data type is defined in the WSDL and extends the standard xsd:string data type.

Take a look at the bug's open ticket.

Update: A patch has been submitted which works around the exception.