Can anyone suggest what might cause this? The same script wit the same
wsdl file works fine on my home machine (OS X 10.6). I've had to jump
through some hoops trying to get both suds and MySQLdb working on this
10.5 machine at work, so it's not unlikely I've broken something, but
I'm not at all sure what this error would suggest I should look at.
Thanks,
-Bill
File "/Users/wrd/Scripts/domconf/Modules/mail_class.py", line 19,
in __init__
self.client = suds.client.Client(self.wsdl_url,
transport=self.auth)
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/suds/client.py", line 109, in __init__
self.wsdl = Definitions(url, options)
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/suds/wsdl.py", line 193, in __init__
self.resolve()
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/suds/wsdl.py", line 242, in resolve
c.resolve(self)
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/suds/wsdl.py", line 676, in resolve
self.resolvefaults(definitions, op)
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/suds/wsdl.py", line 771, in resolvefaults
"fault '%s' not defined in portType '%s'" % (fault.name,
self.type.name)
Exception: fault 'None' not defined in portType 'XRC'