Gabriel Monnerat wrote at 2012-8-10 10:21 +0200: >Hello, > >I am trying use the WSSE namespace for my Authentication model. But I have >one exception when I am trying instantiate the Client. i.e > >gabriel:~$ python > ... >"/usr/local/lib/python2.6/dist-packages/suds-0.4-py2.6.egg/suds/wsdl.py", >line 725, in resolveheaders >Exception: message's0:Security', not-found
It looks as if "suds" where unable to resolve "s0:Security" in the WSDL description. This may be the fault of "suds" or that of the WSDL description. Thus, check the WSDL description whether it contains the relevant information to resolve "s0:Security". -- Dieter _______________________________________________ Soap mailing list [email protected] http://mail.python.org/mailman/listinfo/soap
