That Plugin/Action should allow you to populate specified parameters in selected requests across selected soapUI project
-
Install maven
-
Download the project and run
mvn packagecommand from soapui-action-add-request-parameters folder to build thejarfile -
Copy
./target/soapui-action-add-request-parameters-<VERSION>.jarfile intosoapui/bin/extfolder -
Create xml file
add-request-parameters-actions.xmlwith the content<?xml version="1.0" encoding="UTF-8"?> <tns:soapui-actions xmlns:tns="http://eviware.com/soapui/config"> <!-- defined action --> <tns:action id="AddRequestParameters" actionClass="com.soapui_action_add_request_parameters.AddRequestParameters"/> <!-- add action to project popup --> <tns:actionGroup id="EnabledWsdlProjectActions"> <tns:actionMapping actionId="AddRequestParameters"/> </tns:actionGroup> </tns:soapui-actions> -
Put
add-request-parameters-actions.xmlfile intosoapui/bin/actions -
Restart SoapUI
-
Select any project -> click on "Project" dropdown -> you should be able to see "Add Request Parameters"
-
Use it well
