I guess I could have found the source of this bug in xsd_gen.py:

l659 
for namespace in schema_entries.imports[pref]:
 import_ = etree.SubElement(schema, "{%s}import"% namespaces.ns_xsd)
 import_.set("namespace", namespace)

could really end with 
<xs:import namespace="http://www.w3.org/2001/XMLSchema"/> 
instead of 
<xs:import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>

but I'd prefer the maintainers of soaplib to check this ;-)

note : if to taken into account in a few days, I'll post it to github.

Best regards. Laurent

_______________________________________________
Soap mailing list
[email protected]
http://mail.python.org/mailman/listinfo/soap

Reply via email to