> ...
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
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
Ismar Sehic 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_ope
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)
logging.getLogger('suds.client').setLevel(logging.DEBUG)
I was having the same issue until I updated suds to the newest version.
--
http://mail.python.org/mailman/listinfo/python-list
On Jun 19, 12:16 pm, Sean DiZazzo wrote:
> On Jun 11, 5:27 am, Eric von Horst 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 fou
On Jun 11, 5:27 am, Eric von Horst 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
example. It worked
On Jun 11, 8:27 am, Eric von Horst 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 'suds.transport.TransportError: HTTP Erro
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 userna