Forum Discussion

pembertonrw's avatar
pembertonrw
Contributor
12 years ago

Same property Used Multiple Times in REST API Get

I am trying to test an application that uses the same property multiple times within the REST API request such as:

Method: Get
End-Point: https://someurl.com
Resource: /summaryOfEventTotals
Parameters: ?eventType=TOTAL_EVENT_1&eventType=TOTAL_EVENT_1&eventType=TOTAL_EVENT_1

soapUI won't allow me to specify the same property twice was constructing the Get request so I didn't know if anyone else has encountered this issue and how they got around it?

2 Replies

  • Hi,

    Is the eventType a placeholder for something that is different for each parameter and TOTAL_EVENT_1 stays the same?
  • Hi,

    One thing you can do is delete the query parameters, and add the query to the resource text area as a work around.