[Soap-Python] suds and soaplib without internet access

Laurent Le Meur llemeur at allocine.fr
Mon Jul 4 00:37:26 CEST 2011


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



More information about the Soap mailing list