Ismar Sehic <i.she...@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 ...

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to