Encrypt SOAP XML message with X509SubjectKeyIdentifier in Python
I want to encrypt the body of the SOAP XML document. It works perfectly fine with SoapUI, where I use certificate, Subject Key Identifier as Key Identifier Type, AES256-CBC encoding and RSA 1_5 encryption algorithm. I also checked the box to create encrypted key. I want to recreate there settings with python code, using the following code: