multiware
10 years agoOccasional Contributor
REST, MockAction, using template parameters in ResourcePath
Hi,
I'm working on the REST service mock and need a way to process URIs with template parameters,
something like this:
http://localhost:8080/edit/{id}
I need to be able to:
- process /edit/1 .... /edit/999 with the same MockAction, does MockAction support any kind of "parameterized" request paths?
- extract {id} parameter from the uri in order to use this parameter in scripts.
is this possible with SoapUI?
I'm working on the REST service mock and need a way to process URIs with template parameters,
something like this:
http://localhost:8080/edit/{id}
I need to be able to:
- process /edit/1 .... /edit/999 with the same MockAction, does MockAction support any kind of "parameterized" request paths?
- extract {id} parameter from the uri in order to use this parameter in scripts.
is this possible with SoapUI?