All pastes #2108734 Raw Edit

Untitled

public text v1 · immutable
#2108734 ·published 2012-02-01 14:55 UTC
rendered paste body
No handlers could be found for logger "suds.client"
Traceback (most recent call last):
  File "./pbapi.py", line 72, in <module>
    x = METHOD_THAT_CREATES_SUDS_CLIENT_AND_CALLS_REMOTE_FUNC
  File "./pbapi.py", line 36, in __init__
    print self.client.service.REMOTE_FUNC()
  File "/usr/local/lib/python2.6/dist-packages/suds-0.4-py2.6.egg/suds/client.py", line 542, in __call__
    return client.invoke(args, kwargs)
  File "/usr/local/lib/python2.6/dist-packages/suds-0.4-py2.6.egg/suds/client.py", line 602, in invoke
    result = self.send(soapenv)
  File "/usr/local/lib/python2.6/dist-packages/suds-0.4-py2.6.egg/suds/client.py", line 649, in send
    result = self.failed(binding, e)
  File "/usr/local/lib/python2.6/dist-packages/suds-0.4-py2.6.egg/suds/client.py", line 698, in failed
    reply = error.fp.read()
AttributeError: 'NoneType' object has no attribute 'read'