Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #54677

Re: help with SUDS

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed0.kamp.net!newsfeed.kamp.net!feeder1.cambriumusenet.nl!feed.tweaknews.nl!194.109.133.83.MISMATCH!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.005
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'tries': 0.07; 'subject:help': 0.08; 'indicates': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'wrapper': 0.09; 'received:80.91.229.3': 0.16; 'received:dip0.t-ipconnect.de': 0.16; 'received:plane.gmane.org': 0.16; 'received:t-ipconnect.de': 0.16; 'wsdl,': 0.16; 'trying': 0.19; 'header:User-Agent:1': 0.23; 'error': 0.23; 'skip:" 30': 0.26; 'defined': 0.27; 'header:X -Complaints-To:1': 0.27; 'raise': 0.29; 'xml': 0.29; "i'm": 0.30; 'requests': 0.31; 'firewall': 0.31; 'writes:': 0.31; 'file': 0.32; 'open': 0.33; 'problem': 0.35; 'subject:with': 0.35; 'connection': 0.35; 'skip:s 30': 0.35; 'but': 0.35; 'charset:us-ascii': 0.36; 'to:addr:python-list': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'skip:u 10': 0.60; 'received:217': 0.63; 'making': 0.63; 'temporary': 0.65; 'within': 0.65; 'service)': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From dieter <dieter@handshake.de>
Subject Re: help with SUDS
Date Tue, 24 Sep 2013 08:13:38 +0200
References <2d64fd62-0bad-4074-9e2f-7d59fa71934a@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
X-Gmane-NNTP-Posting-Host pd9e0a06d.dip0.t-ipconnect.de
User-Agent Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.22 (linux)
Cancel-Lock sha1:4VjU294jha67JN7JOp29eGE8PFI=
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.284.1380003231.18130.python-list@python.org> (permalink)
Lines 19
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1380003231 news.xs4all.nl 15867 [2001:888:2000:d::a6]:58277
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:54677

Show key headers only | View raw


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 | NextPrevious in thread | Find similar | Unroll thread


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