On 02/03/2009, Troy Harris <[email protected]> wrote: > Hi, > > Im having trouble viewing a Response which is chunked UTF-16. View results > tree displays encoded text which I cant use.
I doubt that the chunking makes any difference. JMeter uses Java HTML document to display the response. I don't know if it can handle UTF-16. > If I Save Response to a file it appears as > expected in notepad (notepad++ displays NUL after > each character). That's not proof that the contents are OK - do you not have an application that can display the data properly? > Am I missing a config option to allow the UTF-16 reponse to be displayed? No. > Should I be able to extract a variable out of the saved file even though its > UTF-16? No, you cannot extract variables out of saved files - UTF-16 or otherwise. However, you should be able to extract variables out of the response data. > > Response headers: > HTTP/1.1 200 OK > Cache-Control: private > Transfer-Encoding: chunked > Content-Type: application/json; charset=utf-16 > Server: Microsoft-IIS/7.0 > X-AspNet-Version: 2.0.50727 > Set-Cookie: > > SecurityToken=etlwabVmCrGZDZU0Ix+Re1oUhBmHlZFQDDKrVO68Pd5tdqT2HgkEEyaiBR2UyKiL; > expires=Mon, 02-Mar-2009 05:55:06 GMT; path=/ > X-Powered-By: ASP.NET > Date: Mon, 02 Mar 2009 05:35:05 GMT > > > > Thanks for your help. Is there a publically accessible page that returns data encoded in this way? Does JMeter work OK for you if the encoding is set to UTF-8 (assuming that there are such pages on the server under test)? > Troy > > > -- > NOTICE: > This e-mail message is intended only for the addressee(s) and contains > information which may be confidential. If you are not the intended recipient > please advise the sender by return email, do not use or disclose the > contents, and delete the message and any attachments from your system. > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

