Hi, Thanks for responding. Unfortunately I don't understand what the manual means by "define the body as parameter value(s) with no name". I'd rather not have to create/send a file.
Earlier that page states that "The query string will be generated in the correct fashion, depending on the choice of "Method" you made (ie if you chose GET or DELETE, the query string will be appended to the URL, if POST or PUT, then it will be sent separately)." which implied to me that I could use the "Send Parameters With the Request" for PUT requests. Is this incorrect? Thanks again, Shelli -----Original Message----- From: Deepak Shetty [mailto:[email protected]] Sent: Thursday, April 08, 2010 1:11 PM To: JMeter Users List Subject: Re: Request Parameters Not Included in PUT Request http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTT P_Request * Method Handling: * The POST and PUT request methods work similarly, except that the PUT method does not support multipart requests. The PUT method body must be provided as one of the following: - define the body as a file - * define the body as parameter value(s) with no name * regards deepak On Thu, Apr 8, 2010 at 12:06 PM, Shelli Orton <[email protected]> wrote: > Hi, > > > > I've created a JMeter test using a PUT method for the HTTP Request for > the first time (previously I've only used GET and POST). When I view > the request data in the View Results Tree, the parameters I've set up > for the request are not included. The test also has a POST HTTP Request > and the parameters are added to the request as expected. According to > the component reference, PUT should include the parameters. > > > > Anyone know what I'm doing wrong? I'm using version 2.3.4 r785646. > > > > Thanks! > > Shelli > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

