ContributionsMost RecentMost LikesSolutionsRe: Data Driven Parameters for REST Calls That Don't Use Query Arguments Awesome, Justin. That did the trick. Thanks so much!! Bob Data Driven Parameters for REST Calls That Don't Use Query Arguments I'm a SoapUI newbie, and I'm struggling trying to create a data driven test for a REST call that includes parameters as part of the URL path instead of as a query argument. The documentation and examples for data driven tests use REST calls with a query argument format (i.e., …/api/resource?parameter=value). I'm trying to create a data driven test for a REST call that uses parameters as part of the URL path (i.e., …/api/resource/parameter/value). I can't figure out how to define a parameter that can be driven by a data source. When I create the test case, there are no parameters shown in the Request tab's table. It says I can go to Projects to add parameters. When I do that, it just seems to append a "?parameter=value" to the end of the REST call, which doesn't work, since the call just uses the parameter value embedded in the original URL. It seems like this should be real easy. Am I missing something obvious? Any help would be appreciated. Note: I'm using SoapUI NG (Ready!API v1.8.5) Solved