On Tuesday 26 October 2010, Gajendra PH elucidated thus:
> Hi,
>
> I am new to SOAP client programming. I want to add wsse security
> header in my SOAP header.
>
> I found that suds is providing this (suds.wsse) but not in SOAP WSDL
> Proxy.
>
> Can any one help me how to do this in SOAP client usi
Suds wsse works, but it is lightweight. If you only need UsernameToken, and
you don't need your password to be in digest form, it works. If you need to
sign or encrypt elements in your body, you are still out of luck. I tried
using a suds plugin to do my own signing using xmlsec, but having to s