I have some common code that gets called while processing the response for every mock operation in a mock service in SOAP UI.
How and where can i define a public globally accessible function so that i can remove code duplication.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can put the function in a separate script file with a .groovy extension and save this script in the scripts folder , this is in the directory where SOAP UI is installed.
You can read more here