Hello, I am trying to load test a java servlet that fetches records from an archive database.
The servlet works as follows: 1-Reads in post variables from HTTP header 2-Uses variables to query database 3-Returns XML I have setup a test which I want to fire off HTTP requests with post variables however the test is not working, getting errors with J Meter. *Screenshot 1 - Shows the structure of the test* <http://jmeter.512774.n5.nabble.com/file/n5715355/s1.png> *Screenshot 2 - Shows the CSV file I am reading from* <http://jmeter.512774.n5.nabble.com/file/n5715355/s2.png> I have placed the CSV file in the same folder that my test plan is saved in! *Screenshot 3 - Shows the HTTP request * <http://jmeter.512774.n5.nabble.com/file/n5715355/s3.png> This is the error output: Please help! Thanks -- View this message in context: http://jmeter.512774.n5.nabble.com/Trouble-sending-HTTP-request-with-POST-variable-tp5715355.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]
