Our server application uses POST methods to get its information and I would
like to use Jmeter to test this application. Problem is that I can not see
anyway of defining the content of an actual HTTP Client call... I am trying
to produce a client call that looks like the following trace from the
commons-httpclient.
DEBUG [httpclient.wire.header] >> "POST
/gds/gds?spid=1&mcid=32&ipaddr=-1073864614&unitaddr=274006968
HTTP/1.1[\r][\n]"
DEBUG [httpclient.wire.header] >> "User-Agent: Jakarta
Commons-HttpClient/3.0-rc3[\r][\n]"
DEBUG [httpclient.wire.header] >> "Host: 172.16.35.76:8080[\r][\n]"
DEBUG [httpclient.wire.header] >> "Cookie: $Version=0;
JSESSIONID=3FE028C0608F6592E7AB8B7702653CFE; $Path=/gds[\r][\n]"
DEBUG [httpclient.wire.header] >> "Content-Length: 6[\r][\n]"
DEBUG [httpclient.wire.header] >> "[\r][\n]"
DEBUG [httpclient.wire.content] >> "[0x5][0x9c][0x1][0x0][0x0][0xe]"
I can see how to get the header information to match up nicly in Jmeter, but
I can not find anyway to get the "content" line of the above into Jmeter. I
realize this is a newbie question - but it would be a big help to me.
Thanks in advance.
Joe
--
"We reject: kings, presidents and voting. We believe in: rough consensus and
running code."
-- Dave Clark
Joseph Campbell - Staff Engineer
joe.campbell@guideworkstv.com
---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
|