I'm trying to record multipart/mixed http record, and JMeter 2.3.2 does not record that at all. Is there some configuration that is needed specially for multipart recording?
My JMeter proxy is setup at least partly correct, since all other request types except this multipart type are recorded fine. Here's multipart request details: 80 * In-bound request received 80 > POST http://localhost:8080/webservices/projects/test668/contents/jmeter_proxy_step_by_step.pdf 80 > Content-Length: 112510 80 > Host: localhost:8080 80 > User-Agent: Jakarta Commons-HttpClient/3.1 80 > Content-Type: multipart/mixed;boundary=Boundary_1_10290022_1243587608574 80 > Accept: multipart/mixed 80 > MIME-Version: 1.0 80 > --Boundary_1_10290022_1243587608574 Content-Type: application/xml <?xml version="1.0" encoding="UTF-8" standalone="yes"?><versionContentDto><versionDate>2009-05-29T12:00:08.214+03:00</versionDate><name>jmeter_proxy_step_by_step.pdf</name><author>Mike</author><resourceId>2501</resourceId></versionContentDto> --Boundary_1_10290022_1243587608574 Content-Type: application/octet-stream %PDF-1.4 ----- // cut out lots logged binary lines// ----- 110856 %%EOF --Boundary_1_10290022_1243587608574-- -- View this message in context: http://www.nabble.com/Recording-multipart-requests-tp23776666p23776666.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

