Decryption Failure
I'm encrypting password in java class, using MCipher (base.jar). Using encrypted password in my service. Its giving "General_Error", Unable to process your request response. When i search logs, im seeing "Exception while decrypting Password". I have added base.jar in my ExtensionTool under ModifyClassPath.
Please suggest me solution
Comments
-
It sounds like you are not encrypting the password in the way that your service expects it. I would validate that you are encrypting it in the correct way.
0 -
Thanks for the reply!
i'm encrypting the password right way. The encrypted password which im getting from my java class(from parasoft soatest) is same as the encrypted password which i get from Soapui (groovy script encrypt method.) its exactly the same. What will be the issue then
0 -
Did you verify that the correct value is being sent across the wire? It's possible that other parameters in your request are not correct?
0