Is missing to define one tns? Any advice is welcome! Thanks
Regards, On Fri, Aug 10, 2012 at 10:21 AM, Gabriel Monnerat < [email protected]> wrote: > 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 > Python 2.6.6 (r266:84292, Dec 26 2010, 22:31:48) > [GCC 4.4.5] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> from suds.client import Client > >>> Client("http://localhost:7789/?wsdl") > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > File > "/usr/local/lib/python2.6/dist-packages/suds-0.4-py2.6.egg/suds/client.py", > line 112, in __init__ > File > "/usr/local/lib/python2.6/dist-packages/suds-0.4-py2.6.egg/suds/reader.py", > line 152, in open > File > "/usr/local/lib/python2.6/dist-packages/suds-0.4-py2.6.egg/suds/wsdl.py", > line 158, in __init__ > File > "/usr/local/lib/python2.6/dist-packages/suds-0.4-py2.6.egg/suds/wsdl.py", > line 207, in resolve > File > "/usr/local/lib/python2.6/dist-packages/suds-0.4-py2.6.egg/suds/wsdl.py", > line 661, in resolve > File > "/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 > > > Here is the soap server that I am using: http://pastebin.com/uJXZ6CdL > > Thanks in advance, > > -- > Gabriel M. Monnerat > -- Gabriel M. Monnerat
_______________________________________________ Soap mailing list [email protected] http://mail.python.org/mailman/listinfo/soap
