If you have a winsock tracing tool that might help also. I've found that what's shown on the Request tab isn't necessarily what's really sent to the server.
----- Original Message ----- From: "Remedy QA" <[EMAIL PROTECTED]> To: "JMeter Users List" <[EMAIL PROTECTED]> Sent: Wednesday, July 28, 2004 3:15 PM Subject: Re: HTTP Request sampler other means of sending data > That's what I'm going to try next. Thanks. > > Peter Lin <[EMAIL PROTECTED]> wrote:what do you see on the serverside of things? > > for jmeter development I have a simple little echo servlet for POST > data. When ever I want to see exactly what is sent in the post method, > I hit the servlet. I would suggest using something like that to see > what is going on. > > peter > > > On Wed, 28 Jul 2004 12:01:46 -0700 (PDT), Remedy QA wrote: > > I tried using the Soap/XML-rpc request. This is what I put on the request. (I changed the hostname and servlet name): > > > > URL: http://hostname8/context/Servletname > > Soap-XML-Data: 148/GetTableEntryList/8/ > > > > And this is the request sent to web server: > > > > POST http://hostname8/context/Servletname > > Query data: > > > > Cookie Data: > > JSESSIONID=VNReQITT0G7q-PvpqiJMBUH0KUs; IP-Restriction-GUID=7afb680098cdd462:1d381d2:fe0706a89e:-7ffe > > Referer: http://hostname8/context/jspname.jsp > > Host: hostname > > Accept-Language: en-us > > User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) > > Pragma: no-cache > > Content-Type: text/plain; charset=UTF-8 > > Accept: */* > > Content-Length: 152 > > > > Where did my data go? According to the docs, "It can also be used to send XML-RPC over HTTP. It creates an HTTP POST request, with the specified XML as the POST content." So I would assume my data should be attached to the request. > > > > > > > > Michael Stover wrote: > > The Soap/Xml-rpc request might be what you need. It's simplistic > > though, and the proxy server doesn't know how to distinguish between > > normal param/value data and just plain text. > > > > -Mike > > > > On Tue, 2004-07-27 at 21:05, Remedy QA wrote: > > > The current HTTP Request sampler sends form action type parameter/value pairings. But what if I just want to send plain form post data so that on the mid-tier end, the request data is read directly from the input stream (socket)? > > > > > > Using the proxy to record such a behavior doesn't allow jmeter to send the correct request data. The recording tries to break the complete data stream into parameter/value pairing. > > > > > > Is there any workaround? > > > > > > Thanks, > > > mabel > > > > > > > > > > > > > > > --------------------------------- > > > Do you Yahoo!? > > > Yahoo! Mail - 50x more storage than other providers! > > -- > > Michael Stover > > Apache Software Foundation > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam protection around > > http://mail.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

