Forum Discussion

alibaba82's avatar
alibaba82
Super Contributor
15 years ago

adding dupliate tags for a rest resouceH

Hello,
we have a rest service where it is possible to pass in duplicate params

for example (plpid)
http://somehost/widget/main/hBanner?pos ... 000&cco=us

If I try to do this, soapUI throw an error, 'property name 'plpid' already exists. This works fine in a browser.

Is this a bug ?

Thanks

2 Replies

  • This has been fixed in the latest nightly build. You can add multiple values to a QUERY or HEADER parameter by separating the values with pipe ("|") characters, for example:

    params = en-US|366151|100867


    If you need a literal pipe, you have to escape it with another pipe character ("||").

    Hope this helps!

    Regards,
    Dain
    eviware.com