Closed GoogleCodeExporter closed 9 years ago
Maybe you have a networking problem.
You can try differents timeout values in the SoapClient contstructor:
For example:
client = SoapClient(timeout=60)
If will work depending on wich python version you have (it should be >2.6), and
what extensions (httplib2, pycurl, etc.) you are using.
If you have any further questions, you cand send it to soap@python.org and we
can discuss them there.
If your problem persist, please attach a test case and a the full debugging log
messages, including the exception traceback, so we can analyze it,
Original comment by reingart@gmail.com
on 13 Sep 2013 at 3:34
Original issue reported on code.google.com by
kong...@gmail.com
on 30 Aug 2013 at 9:32