Forum Discussion

bud's avatar
16 years ago

Adding parameters with the same name

I recently updated to soapUI 3.0.2 and imported the projects I previously created with 2.5.1. I need to send multiple parameters with the same name. When trying to add additional parameters to the request, I get the message "Property name [] already exists". I can add multiple same-name parameters to a method, but these parameters do not appear in  the request using the method. How do I add multiple parameters with the same name to a request in 3.0.2?

2 Replies

  • Hi bud,

    good point, this is actually not possible.. and thus a bug. An easy solution (for us at least) would be to add a syntax like

    $[value1,..]

    ie a comma-seperated list surrounded by $[ and ]

    would that suffice?

    regards!

    /Ole
    eviware.com
  • priyanka1107's avatar
    priyanka1107
    Occasional Contributor
    I want to send same parameters name with different values in the same service.
    But we are not able to create more than one parameter with same name.

    I tried the solution which is given in this post but nothing happened.

    Can someone please suggest me another way of doing this through soapUI-Pro.