Has this project been abandoned?
Is there anything else like it out there?
It seems wstools changed and now the WSDLTools.callInfoFromWSDL.py wants three params instead of 2.
This is error:
Traceback (most recent call last):
File "", line 1, in
File "/Library/Python/2.7/site-packages/SOAPpy/WSDL.py", line 97, in init
callinfo = wstools.WSDLTools.callInfoFromWSDL(port, operation.name)
TypeError: callInfoFromWSDL() takes exactly 3 arguments (2 given)
Thanks