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 using soaplib?

security=Security()
token=UsernameToken(username,password)
security.tokens.append(token)
client.set_options(wsse=security)

Thanks & Regards,
Gajendra
_______________________________________________
Soap mailing list
[email protected]
http://mail.python.org/mailman/listinfo/soap

Reply via email to