[Soap-Python] suds and soaplib without internet access

Paolo Losi paolo.losi at gmail.com
Mon May 16 12:25:30 CEST 2011


Hi all,

I'm trying soaplib master branch (checked out yesterday) against suds (0.4)
in an enviroment without internet access.

The problem with suds is that it tries to download from the internet
XMLSchema.xsd
without success:

DEBUG:suds.xsd.sxbasic:Import:0xb7808a6cL, importing ns="
http://www.w3.org/2001/XMLSchema", location="
http://www.w3.org/2001/XMLSchema.xsd"
DEBUG:suds.transport.http:opening (http://www.w3.org/2001/XMLSchema.xsd)
Traceback (most recent call last):
.....
urllib2.URLError: <urlopen error timed out>

Is there a way to configure soaplib not to trigger suds behaviour?

Thanks!

Paolo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/soap/attachments/20110516/6068b992/attachment.html>


More information about the Soap mailing list