Forum Discussion

testingwithfire's avatar
testingwithfire
Occasional Contributor
10 years ago

NullPointerException when I try to create a REST test step from a route containing curly braces

We have REST routes imported from a WADL that contain parameterized values with curly braces. For example:   /somepath/{someId}/someuser   As far as I know this is valid route syntax.   When I ...