Forum Discussion

lenisha's avatar
lenisha
New Contributor
11 years ago

add REST Odata parameters support

Hello,

Could SOAP UI add support for Odata style query parameters for REST services.
Add option 'Disable URL encoding for parameter names" (not only values)

Currently query like this one to get first 5 elements in ODATA
/list?$top=5

gets url encoded parameter and behaves incorrectly

/list?%24top=5
  • lenisha's avatar
    lenisha
    New Contributor
    is There any way in the meantime (through Groovy scripts may be?) to change the parameter being sent from %24filter to $filter?
  • Hi,

    In SoapUI go to File -> Preferences -> HTTP Settings and check Pre-encoded Endpoints and see if that helps (you also may need to restart SoapUI after doing that).