Forum Discussion

narlan's avatar
13 years ago

How to set more then one same paramters in a REST service?

I am using soapUI for setting framework for a REST service. How to get a response when a request has repetitive parameter with different values?

For example (Using 'GET' method, tried to extract parameters for below REST service)
http://api.rowe.com/inputData=televisio ... Format=xml
inputData|television
price|onSale
resultFormat|xml

SoapUI automatically extracts parameter and their value but only extracts one "inputData". inputData|television is missing after parameter is extracted.why?

How can I introduce one more? Is there a way that REST services having more than one same parameters with different values could be used?
  • clarksj71's avatar
    clarksj71
    Occasional Contributor
    did you ever figure our how to do this? I'm looking to do the same.