Forum Discussion
Hi!
Currently I have 2 headers: "Accept" and "Authorization". I attach the screenshot of the configuration. In particular, de parameter I'd have to send twice is "to".
This parameter has the format: "{"to": "someemail@email.com","placeholders": {"firstName": "name"}}"
So the idea would be to send the "to" parameter repeated as follows:
to = {"to": "someemail@email.com","placeholders": {"firstName": "name"}}
to = {"to": "someemail2@email.com","placeholders": {"firstName": "name2"}}
to = {"to": "someemail3@email.com","placeholders": {"firstName": "name3"}}
- italaber6 years agoNew Contributor
Hi, any update to this? Were you able to find a solution to the problem? I have a similar issue with adding multiple properties with the same name to a request.
- vintprox5 years agoVisitor
Problem persists, SoapUI keeps saying "Property name exists!"
bump
- italaber5 years agoNew Contributor
I did eventually track down one workaround if you want a parameter to display multiple values but did not manage to figure out a way to display a duplicate parameter with an empty string or null value.
To display duplicate parameters open the request where you want your duplicate parameters and in the "request properties" field (bottom left of the screen), set the "Multi-Value Delimiter" to something like "," or "/". Then in the request itself, select the parameter you would like to duplicate and in the "value" field, entere your values separated by the previously designated multi-value delimiter (e.g. 1,2).
Now when you send the request, it show include both parameter values.
Related Content
- 9 years ago
- 6 years ago