Re: Sending Body with PUT

2012-02-10 Thread Eric Olson
I managed to get it working - it seems that on PUT requests you are required to declare an encoding scheme, whereas on POST you are not, so when I set it to UTF8 it started working as expected. On Fri, Feb 10, 2012 at 2:59 PM, Philippe Mouawad < philippe.moua...@gmail.com> wrote: > Hello, > CAN y

Re: Sending Body with PUT

2012-02-10 Thread Philippe Mouawad
Hello, CAN you open jmeter.log and search for this exception full stack trace ? Maybe you should open à bug in Bugzilla attaching your most simple test plan showing thé issue + jmeter.log and if public the Website you're testing. Please remove any confidential data. Regards Philippe On Friday, Fe

Sending Body with PUT

2012-02-10 Thread Eric Olson
Hi, I'm trying to use an HTTP sampler to send a PUT request, but I can't get it to accept my payload, nor can I get it to accept an empty body. In both cases I get the following error: Response code: Non HTTP response code: java.lang.NullPointerException Response message: Non HTTP response messa