Error in python webservice client using suds
问题 Im using python 2.7 and suds 0.4 in windows and linux and in both cases I get the same error when calling a method of a web service: Traceback (most recent call last): File "wsclient.py", line 23, in <module> client.service.Echo() File "build\bdist.win32\egg\suds\client.py", line 542, in __call__ File "build\bdist.win32\egg\suds\client.py", line 602, in invoke File "build\bdist.win32\egg\suds\client.py", line 643, in send File "build\bdist.win32\egg\suds\client.py", line 678, in succeeded