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 <[EMAIL PROTECTED]> 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 

Reply via email to