[Fedora-suds-list] local schemaLocation values

Christopher Hesse christopher.hesse at gmail.com
Wed Apr 14 01:58:15 UTC 2010


*
In version 0.3.9 of suds, the following in a WSDL file:

<xsd:import namespace="http://example.com/" schemaLocation="file:Basic.xsd"
/>

fails with an error that it couldn't find "/Basic.xsd"

I think the problem is the two lines in sxbasic.py that look like

    "if* *'://'* *not* *in* url:"

I replaced this with

   *"if* *':'* *not* *in* url:"

and it worked for me, though I don't know enough about XML schemas to know
if that's legit for everyone.

Thanks!
-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.fedoraproject.org/pipermail/suds/attachments/20100413/b1d14113/attachment.html 


More information about the suds mailing list