Forum Discussion

ebookerd1's avatar
13 years ago

Are Rest based service with custom named Params possible?

Hello,
I have an issue, I have a URI like this:
http://10.12.13.14/restdata/stuff?value.{something}=someValue
where {something} is 1213201213241231 or whatever.

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!!!
No RepliesBe the first to reply