Forum Discussion

LeandroSaouda's avatar
14 years ago

Sending array parameters in GET REST services

I'm using soapUI Pro 4.0.1, to build a regression for our rest apis.
I'm facing with a problem to make a GET request that needs to have the same querystring parameter name, with different values in the same request, like this:
GET http://localhost/?ids[]=abc123&ids[]=def456&ids[]=xxx


But, in SOAPUI I can't add multiple parameters with the same name.
Everytime I add a parameter that already exists it overwrites the previous entry.

Is there a different technique in passing array values in SOAPUI or is this a bug?
  • Hi Leonardo,

    Were you able to find out how to do this.. I've a similar requirement to pass multiple values , infact a structure to the RESTful service.

    Thanks,
    CGOVIND