Re: Executing request with JSON

2011-04-16 Thread Toni Menendez Lopez
Great man, I´ve been working on it last days and it work perfectly. Thanks one more time ! 2011/4/13 sebb seb...@gmail.com On 13 April 2011 10:04, Toni Menendez Lopez tonime...@gmail.com wrote: Deepack, My json rquest is so easy, I have to send this reques for example, POST

Re: Executing request with JSON

2011-04-15 Thread Adrian Speteanu
My bad, it does work. On Thu, Apr 14, 2011 at 6:35 PM, sebb seb...@gmail.com wrote: On 14 April 2011 14:59, Adrian Speteanu asp.ad...@gmail.com wrote: Hello sebb, Will adjusting the headers work for this request by using the Header Manager? Last time I tried, the headers weren't sent (I

Re: Executing request with JSON

2011-04-14 Thread Adrian Speteanu
Hello sebb, Will adjusting the headers work for this request by using the Header Manager? Last time I tried, the headers weren't sent (I assumed the header manager only works for Http Samplers). Regards, Adrian On Wed, Apr 13, 2011 at 2:41 PM, sebb seb...@gmail.com wrote: On 13 April 2011

Re: Executing request with JSON

2011-04-14 Thread sebb
On 14 April 2011 14:59, Adrian Speteanu asp.ad...@gmail.com wrote: Hello sebb, Will adjusting the headers work for this request by using the Header Manager? Last time I tried, the headers weren't sent (I assumed the header manager only works for Http Samplers). Try it and see - it's trivial

Re: Executing request with JSON

2011-04-13 Thread Toni Menendez Lopez
Deepack, My json rquest is so easy, I have to send this reques for example, POST /Mytest/beta? Accept: application/json user-agent: automationDM x-odp-version: 1.0 x-locale: en Content-Length: 322 Content-Type: application/json;charset=utf-8 Content-Encoding: gzip Host: 1.1.1.1 Connection:

Re: Executing request with JSON

2011-04-13 Thread apc
Use TCP Request or Raw Request, it will work for you, but only without keep-alive -- View this message in context: http://jmeter.512774.n5.nabble.com/Executing-request-with-JSON-tp4296082p4300225.html Sent from the JMeter - User mailing list archive at Nabble.com

Re: Executing request with JSON

2011-04-13 Thread sebb
On 13 April 2011 10:04, Toni Menendez Lopez tonime...@gmail.com wrote: Deepack, My json rquest is so easy, I have to send this reques for example, POST /Mytest/beta? Accept: application/json user-agent: automationDM x-odp-version: 1.0 x-locale: en Content-Length: 322 Content-Type:

Re: Executing request with JSON

2011-04-11 Thread Deepak Shetty
Depends on how it is being passed - If you passing it as the value of a parameter , then its just a string , no different from anything else. if you are just posting the value , then you have to ensure that in JMeter you dont give a name (in send parameters with request), just the value (its