项目作者: AndreySurzhan

项目描述 :
SoapUI Plugin/Action that should allow you to populate specified parameters in selected requests across selected soapUI project
高级语言: Java
项目地址: git://github.com/AndreySurzhan/soapui-action-add-request-parameters.git


Description

That Plugin/Action should allow you to populate specified parameters in selected requests across selected soapUI project

Alt text

Installation

  1. Install maven
  2. Download the project and run mvn package command from soapui-action-add-request-parameters folder to build the jar file
  3. Copy ./target/soapui-action-add-request-parameters-<VERSION>.jar file into soapui/bin/ext folder
  4. Create xml file add-request-parameters-actions.xml with the content

    1. <?xml version="1.0" encoding="UTF-8"?>
    2. <tns:soapui-actions xmlns:tns="http://eviware.com/soapui/config">
    3. <!-- defined action -->
    4. <tns:action id="AddRequestParameters" actionClass="com.soapui_action_add_request_parameters.AddRequestParameters"></tns:action>
    5. <!-- add action to project popup -->
    6. <tns:actionGroup id="EnabledWsdlProjectActions">
    7. <tns:actionMapping actionId="AddRequestParameters"></tns:actionMapping>
    8. </tns:actionGroup>
    9. </tns:soapui-actions>
  5. Put add-request-parameters-actions.xml file into soapui/bin/actions

  6. Restart SoapUI
  7. Select any project -> click on “Project” dropdown -> you should be able to see “Add Request Parameters”
  8. Use it well