Forum Discussion

Clarkington's avatar
12 years ago

Setting several Request parameter to a specific value

Hello all,

I am incredibly new to SoapUI so my apologies if this is simple/can't be done.

I have a project which contains a large number of requests. I am going to be using the requests to manipulate some objects. After loading the WSDL file, I have to change the following fields on reach request to use it:

Endpoint: update the URL by switching port number from 8080 to 4040
Username: change it from a blank value to "admin"
Password: change it from a blank value to "123qwe"
WSS-Password Type: change it from blank to "PasswordText"

Is there any way that I can change those values globally for that project and then have the values be updated for each request so I don't have to update them by hand? If possible I'd like to avoid a script and instead do it by point and click with the GUI.

Thanks again for the help!