ContributionsMost RecentMost LikesSolutionsCan I use Java Code instead of JavaScript in JavaScript TestHi All, I am Using SOAPUI 4.0.1. SOAPUI will use rhino engine so that it will convert the javascript code into java code & it will execute the code. Suppose if I use Java instead of JavaScript will it work? Example: I would like to extract some data from an Excel file. If I write code in java to do this functionality will it work? Thanks in advance.