T
T
Tatyana2015-07-03 17:52:28
API
Tatyana, 2015-07-03 17:52:28

SOAPUI How to send a get request with Array of string parameter?

I need to send a get request with an Array of string parameter, but in Soapui, unlike postman, you cannot add parameters with the same name. I found a way to specify something like "oval&shapes[]=pear" in the parameter value, but in the soapui community I saw advice to use the "|" character, like this "oval|pear". But with this character in the value, the parameter is not sent at all (it’s just not added to the url when sending and that’s it, I checked it with a sniffer and the parameter with this value also disappears in the raw tab). Are there any other options and why do I have the symbol | does not want to work correctly?
1d433217e44d4117b6f3320078bb2ad1.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Burov, 2015-07-03
@tdurova

shapes[0]=pear
shapes[1]=pear2
shapes[2]=pear3

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question