Re: Help with suds: HTTP Error 401

2014-07-29 Thread manelclos
Use a SUDS fork that works, I tried https://github.com/unomena/suds See here: http://stackoverflow.com/questions/18455945/python-suds-runtimeerror-maximum-recursion-depth-exceeded-while-calling-a-pyth/24908676#24908676 -- https://mail.python.org/mailman/listinfo/python-list

Re: Help with suds: HTTP Error 401

2014-07-29 Thread dieter
... HTTP Error 401 means Unauthorized: the service you tried to use requires authentication and either it has not found authentication information or it was wrong. -- https://mail.python.org/mailman/listinfo/python-list

Re: help with SUDS

2013-09-24 Thread dieter
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,

help with SUDS

2013-09-23 Thread Ismar Sehic
hello, i'm trying to make a wrapper for making xml requests to hotelbeds.com site. this is what i got: import logging from suds.xsd.doctor import ImportDoctor, Import from suds.plugin import Plugin logging.basicConfig(level = logging.INFO)

Re: Help with suds: HTTP Error 401

2010-11-26 Thread Oskar
I was having the same issue until I updated suds to the newest version. -- http://mail.python.org/mailman/listinfo/python-list

Re: Help with suds: HTTP Error 401

2010-06-21 Thread plainsane
On Jun 19, 12:16 pm, Sean DiZazzo half.ital...@gmail.com wrote: On Jun 11, 5:27 am, Eric von Horst z80vsvi...@hotmail.com wrote: I have small program that tries to open a wsdl. When I execute the program I am getting 'suds.transport.TransportError: HTTP Error 401: Unauthorized' Hey Eric,

Re: Help with suds: HTTP Error 401

2010-06-19 Thread Sean DiZazzo
On Jun 11, 5:27 am, Eric von Horst z80vsvi...@hotmail.com wrote: I have small program that tries to open a wsdl. When I execute the program I am getting 'suds.transport.TransportError: HTTP Error 401: Unauthorized' Hey Eric, Im a suds noob as well. I found some code that led me to the below

Re: Help with suds: HTTP Error 401

2010-06-18 Thread plainsane
On Jun 11, 8:27 am, Eric von Horst z80vsvi...@hotmail.com wrote: Hi, I am trying to do a very simple thing with SUDS but I think I am missing the obvious (first time I use suds) I have small program that tries to open a wsdl. When I execute the program I am getting

Help with suds: HTTP Error 401

2010-06-11 Thread Eric von Horst
Hi, I am trying to do a very simple thing with SUDS but I think I am missing the obvious (first time I use suds) I have small program that tries to open a wsdl. When I execute the program I am getting 'suds.transport.TransportError: HTTP Error 401: Unauthorized' Seems obvious but I specify