13 years ago
Are Rest based service with custom named Params possible?
Hello,
I have an issue, I have a URI like this:
When I am in SoapUI, I cannot set the the name param to "value.{something}", the .{something} param is decoded and not turned into a variable.
How can I have the name become a variable? I am currently using a groovy script but I'd like to know if there is a better Soap UI way? All my service work in this manner.
Thanks!!!
I have an issue, I have a URI like this:
where {something} is 1213201213241231 or whatever.
http://10.12.13.14/restdata/stuff?value.{something}=someValue
When I am in SoapUI, I cannot set the the name param to "value.{something}", the .{something} param is decoded and not turned into a variable.
How can I have the name become a variable? I am currently using a groovy script but I'd like to know if there is a better Soap UI way? All my service work in this manner.
Thanks!!!