On 01/02/06, John Bullock <[EMAIL PROTECTED]> wrote:
> I construct my test plans without using the JMeter GUI by directly
> constructing .jmx files.  I have just discovered that JMeter assumes that the
> name and value of each HTTP Argument are URL encoded in the XML file.  But I
> have the parameters in their raw, un-encoded form.  Is there a mode or
> setting which can tell JMeter to take the parameter name and value as is,
> without decoding it?

Are you sure it is JMeter that is doing the decoding, and not the XML reader?

There are certain characters that must be encoded when stored in XML.

You could perhaps try experimenting with the [[CDATA tag.

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

Reply via email to