Hi

A patch is welcomed.

I am hoping to change the SOAP/XML-RPC GUI, so that it has the same "standard" http settings GUI as the HTTP Samplers. I think the SOAP/XML-RPC GUI should look very similiar to the HTTP Samplers, except that the "parameters" section are gone, and instead there is a big edit box where you can paste in the content that should be sent as the body of the request. That way, it will be possible to specify keep-alive, http method, follow redirect etc. I'm hoping to have this done in the coming weeks on the "trunk" of the JMeter development.

Regards
Alf Hogemark


sebb wrote:
Glad the problem has been solved.

The best way to submit patches is via a Bugzilla enhancement; create the
entry, and you can then attach files to it.

Please use unified diff format for any patches if at all possible (i.e. the
format used by Eclipse etc)

Thanks!

On 25/09/2007, Dan <[EMAIL PROTECTED]> wrote:
Ok, well i've implemented this now and it works a treat :)

Shall i submit a patch? Not having contributed before I'm not sure how
this
is done?

Thanks,
Dan

--------- Original Message --------
From: sebb <[EMAIL PROTECTED]>
To: JMeter Users List <[email protected]>, Lists
<[EMAIL PROTECTED]>
Subject: Re: SOAP Request and keepalives..
Date: 25/09/07 10:01

On 25/09/2007, Lists &lt;[EMAIL PROTECTED]&gt; wrote:
Hi,I see back in 2005 this request came up:
http://marc.info/?l=jmeter-user&amp;m=112654386012447&amp;w=2
&nbsp;
Was a Bugzilla enhancement&nbsp;ever created, I wonder?
I now am in a similar situation - I need to be able to toggle the
keepalivesetting for a SOAP/XML-RPC request.
Is there any way this can be done now?&nbsp;&nbsp;Can it be done in the
jmx file ifnot via the jmeter interface?
&nbsp;
No.
Or, must it be a change to JMeter? If so, any hints about where
tostart/look?
&nbsp;
You would need to modify these classes:
&nbsp;

org.apache.jmeter.protocol.http.sampler.SoapSamplerorg.apache.jmeter.protocol.http.control.gui.SoapSamplerGui
&nbsp;
to add a keep-alive option.
&nbsp;
However, if your SOAP requests can be stored in files, you should be
able
to use the ordinary HTTP Sampler - just omit the mime type and
&quot;name&quot; parameter, and the file will be sent as the body of the
POST, see:
&nbsp;

http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTTP_Request
Thanks,Dan________________________________________________Message sent
using UebiMiau 2.7.10
---------------------------------------------------------------------To
unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

________________________________________________
Message sent using UebiMiau 2.7.10



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to