Forum Discussion

abhishekc17's avatar
abhishekc17
New Contributor
12 years ago

Single Parameter Multiple times in Rest Request

Hi Guys,
I am very new to SOAP UI and have trouble in giving a specific parameter multiple times in a rest request. I see that the parameter shows in the form and I can add a value to it. However, I cannot figure out a way how can I give the same parameter name multiple times in the same request because the parameter name only appears once in the form.

Eg - Rest request - http://mytestwebsite.com:8080/rest/v2/s ... &query=big

As you can see that the parameter fields appears 3 times in the above request however the form only has one row for Fields.

I want to know how should I add the 'fields' parameter multiple times in a single request.


Ab
  • Thanks for the reply.I am currently using 4.5.2. What is the standard way to perform this in other versions of SOAP UI? I see that this is implemented and working in other test cases however the person who implemented this is no longer with the company.

    Ab
  • SiKing's avatar
    SiKing
    Community Expert
    You would have to turn off parameter encoding and type the encoded string out manually. This does not always work, due to another bug SOAPUI-4652.