I am using Jmeter-2.6 for Load testing,
I need to pass query parameters to web services,i did the following
- Added a Thread Group
- Added Http Request
In Http Request,i have provided
Protocol-http
Method-post
Content Encoding - utf-8
i checked Redirect Automatic and Use KeepAlive options Path for web service.
and i have added the query parameters in Send Parameters with Request Section as follows
Name Value
name ABC Web service
but the value for name is null in web service,ie the value is not passed to the web service.How to pass the query parameter value to web service from Jmeter.Is it possible to send Query parameters to POST method.