Hello,
Congrats for this nice Python client!
Here is an unexpected behavior when trying to access OSS/J services.
Note that this is only a WSDL definition: I don't think there is an actual service running there, but I had expected this to work nevertheless.
p=dict(http='......') #required for the proxy we have c=Client(' http://ossj.org/wsdl/FaultManagement/v1-0/JVTAlarmMonitorSession.wsdl', proxy=p) print c
==>
Suds ( https://fedorahosted.org/suds/ ) version: 0.4 GA build: R699-20100913 unsupported operand type(s) for +=: 'NoneType' and 'str'
Any idea if this is a known bug? or if it is not expected to work...
Thanks in advance Best regards Yann