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: 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

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 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

Re: Help with suds: HTTP Error 401

2010-06-19 Thread Sean DiZazzo
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

Re: Help with suds: HTTP Error 401

2010-06-18 Thread plainsane
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

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 userna