Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #54677
| From | dieter <dieter@handshake.de> |
|---|---|
| Subject | Re: help with SUDS |
| Date | 2013-09-24 08:13 +0200 |
| References | <2d64fd62-0bad-4074-9e2f-7d59fa71934a@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.284.1380003231.18130.python-list@python.org> (permalink) |
Ismar Sehic <i.sheeha@gmail.com> writes: > hello, i'm trying to make a wrapper for making xml requests to hotelbeds.com site. > ... > File "/usr/lib/python2.6/urllib2.py", line 1172, in http_open > return self.do_open(httplib.HTTPConnection, req) > File "/usr/lib/python2.6/urllib2.py", line 1147, in do_open > raise URLError(err) > urllib2.URLError: <urlopen error [Errno 110] Connection timed out> This indicates a problem of the service you are contacting: "suds" tries to open a connection to the service url defined in the WSDL, but it does not get a response within a reasonable time frame. The problem might be temporary (a temporary overload of the corresponding service) - or they may be some error in the WSDL - or some firewall may interfere with your request - or ...
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
help with SUDS Ismar Sehic <i.sheeha@gmail.com> - 2013-09-23 11:08 -0700 Re: help with SUDS dieter <dieter@handshake.de> - 2013-09-24 08:13 +0200
csiph-web