Python sign SOAP request using BinarySecurityToken
Chicklat with its API provides two examples (see at bottom) for solving this problem. The first signs a certificate using SecurityTokenReference and the second signs a certificate using BinaryTokenReference. You don’t have to rely on this API as it’s subjected to license costs, you can do it but you can use alternative libraries to do … Read more