On 04/08/2009, Pieter Ennes <[email protected]> wrote: > Hi, > > I have some weird binary data POSTed in a HTTP request, resulting in this > XML in the .jmx: > > <stringProp > name="Argument.value">30172 [...] > > 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?
JMeter does not convert the data directly, that is done by XStream. > PS. jMeter reads it back without complaining. JMeter uses an XML parser to read it too, but perhaps its parser is more tolerant. > [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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

