mvantellingen / python-zeep

A Python SOAP client
http://docs.python-zeep.org
Other
1.88k stars 586 forks source link

BinarySignature with Timestamp #1207

Closed kevin-olbrich closed 3 years ago

kevin-olbrich commented 3 years ago

Hi!

The docs show how to use BinarySignature but it lacks support for timestamps "Created" and "Expires".

The API that I need to connect with, uses BinarySecurityToken and need the timestamps "Created" and "Expires". How can I add them to the signature?

Kind regards Kevin