You need to sign in to do that
Don't have an account?
gv007
sending encrypted soap message using http call to other system
Here I have a case I want send an encrypted soap message using an http/outbound message to external system for authentication,what is the best way to approach it.
That's the best I can do to help you. I've never done it but the AES* protocols that the Crypto library supports should be availalble on most platforms like Heroku.
[1] https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_classes_restful_crypto.htm
Additional Reading: https://developer.salesforce.com/page/Apex_Crypto_Class
I am trying to send salesforce federated id in a http call the body contains soap message,they message need to be encryped the proxy decrypt and send back an encrypted response,that response should be decrypted.
Thanks