Hi,

I have some weird binary data POSTed in a HTTP request, resulting in this XML in the .jmx:

  <stringProp name="Argument.value">3&#xffff;0&#xffff;172&#xffff; [...]

Many XML parsers fail on this with a message:

  xmlParseCharRef: invalid xmlChar value 65535

If I understand XML 1.0 [1] correctly, then these are indeed outside of the allowed range. My question is: How can this POST data be stored in the .jmx so that xml parsers can read it?

PS. jMeter reads it back without complaining.

[1] http://www.w3.org/TR/2000/REC-xml-20001006#NT-Char

Thanks,
--
 - Pieter

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to