this is the code, only two lines. If you want to try it...
from suds.client import Client Client(url='https://webservices.IZSLER.it/wsAnagrafeIZSLER/gestioneUO.php?wsdl', username="us", password="pwd"
roshini johri wrote:
Hey,
Are you sure you are initializing everything properly..I had a similar code and I had to initialize the correct object to send in the username and passowrd..
Roshini
On Sat, Dec 17, 2011 at 7:30 AM, jo <jose.soares@sferacarta.com mailto:jose.soares@sferacarta.com> wrote:
Hi all, I'm trying to access to: url="https://webservices.IZSLER.it/wsAnagrafeIZSLER/gestioneUO.php?wsdl <https://webservices.izsler.it/wsAnagrafeIZSLER/gestioneUO.php?wsdl>" to have the wsdl but it requires an authentication. cl = Client(url) suds.transport.TransportError: HTTP Error 401: Authorization Required I tried too: cl = Client(url, username='us',password='pwd') wiyhout success. Could someone tell me how to access to this authenticated url to download the wsdl like lynx do? lynx -source -auth=us:pwd https://webservices.IZSLER.it/wsAnagrafeIZSLER/gestioneUO.php?wsdl <https://webservices.izsler.it/wsAnagrafeIZSLER/gestioneUO.php?wsdl> thanks. -- j _______________________________________________ suds mailing list suds@lists.fedoraproject.org <mailto:suds@lists.fedoraproject.org> https://admin.fedoraproject.org/mailman/listinfo/suds