Hi,

Can someone throw some light on the doubts below:

I'm trying to figure out how to tell jmeter to POST the exact message

body content I specified without adding its own default stuff. I tried

the following:

1) Send a file with the request - this prefixes my message body

content with:

-----------------------------7d159c1302d0y0..Content-Disposition:

form-data; name="";

filename="D:\\cns\\rm1.4\\jmeter\\messages\\SessionStart.xml"..Content-Type:

....

and postfixes my message body content with:

..-----------------------------7d159c1302d0y0--

2) Send parameters with HTTP request - this allows me to specify a

parameter (e.g. parm1) and a corresponding value (in this case my POST

message body content). But this prefixes my content with: parm1=

Is there a way around this?

Thanks.

Ananda.

Reply via email to