Hi I'm using Jmeter to benchmarks wap sites : because of content adaptation, my webapp will return either WML (text/vnd.wap.wml) or XHTMLMP (application/vnd.wap.xhtml+xml) responses.
My problem is that I'm using a results tree Listener, and the Response Data tab is always empty when the returned content-type is application/vnd.wap.xhtml+xml, it works fine with text/vnd.wap.wml. I tried to add a new parser type to my jmeter.properties to let the parser understand the XHTMLMP content, but it does not seem to take effect, the Response Data tab is still empty and greyed : my types are "htmlParser.types=application/vnd.wap.xhtml+xml text/html application/xhtml+xml application/xml text/xml". I've tried to uncomment each htmlParser.className available (org.apache.jmeter.protocol.http.parser.HtmlParserHTMLParser,org.apache.jmeter.protocol.http.parser.JTidyHTMLParser and org.apache.jmeter.protocol.http.parser.RegexpHTMLParser) but it does not seem to fix the problem. Could anyone help me with this one ? It's not very handy to deal with invisible response outputs when I write my use cases ;) Thanks a lot laurent -- <a href="http://in-pocket.blogspot.com">http://in-pocket.blogspot.com - Mobile world, technology and more</a>

