Forum Discussion
ravibabu_it
9 years agoOccasional Contributor
Thanks RAO for the response . I have tried this earlier and now also and got the same result.Let me share more details that might help in providing suggestions to this issue.
When I invoke the rest method through groovy script, it looks like it is not passing parameter values.
request: GET /DataVisionService/dh/login// HTTP/1.1
DEBUG:Receiving response: HTTP/1.1 404 Not Found
But when i execute the same request by clicking run button, it is successfully passing parameters and executing the request correctly.
DEBUG:Sending request: GET /DataVisionService/dh/login/userid/password HTTP/1.1
DEBUG:Receiving response: HTTP/1.1 200 OK
Please find the attached screenshot of parameter substitution.
Thanks,
Ravindra
nmrao
9 years agoCommunity Hero
Are those are properties set in that test case? or do you need to pass them from here?