Hello, It seem that if a complexType is send to soaplib its attributes are not processed. In from_xml(), the method has a main loop itering over the xml element's childrens and ignore the attributes. Here is a small fix, with limited support for integer/long attributes : https://github.com/tzelen/soaplib/commit/2e7baa903091a3e59e17ed7d7cca797636f85640
Regards, T. _______________________________________________ Soap mailing list [email protected] http://mail.python.org/mailman/listinfo/soap
