Currently I am using the structure <EncryptedData..<EncryptedKey>...</EncryptedKey>...<CipherData>...</CipherData>..</EncryptedData> in the SOAP API for interacting with dynamics crm SOAP URI. (POST <Execute.. request)
Now since WS-TRUST authentication is going to deprecate, and only OAuth authentication is there which return bearer key.
Can some one help me how we can use Bearer token with soap body?
or is there any other authentication from which we can get <EncryptedData..<EncryptedKey>. ?