ContributionsMost RecentMost LikesSolutionsRe: Decrypting data to be used in Soap request thanks for your response ... if it cant be hidden in Raw response that is fine as of now , we can find a solution later .. can you please assist with the script to encrypt and make the request return response. thanks in advance . Re: Decrypting data to be used in Soap request Hi all, Can anyone Please assist with the issue... Re: Decrypting data to be used in Soap request hi , Java script been used for encrypting.. and then copied to the spreadsheet manually .. public class Encrypter { public static void main(String[] args) { System.out.println("EncryptedValue:"+EncryptDecrypt.encrypt("Password01")); } } Decrypting data to be used in Soap request Hi All, I am new to Ready API and trying to do following . I have a auto test suit set up in Ready API which reads input data from data sheet where data is been encrypted . so what I need to do is to use groovy script or any other process that will decrypt the data before the XML request is run and keep the data not visible in raw request . Can anyone help me with the process or script in full. Solved