Hi folks,

I hit my road block since it blows up with application/vnd.wap.xhtml+xml as well. AFAIK it is valid XML with limited functionality.

Any opinions out there - especially the HTMLUnit folks since the core of the problem stems from HTMLUnit. I found a JIRA entry from Marc which might help (http://webtest-community.canoo.com/jira/browse/WT-147 and http://blog.gmane.org/gmane.comp.java.htmlunit.devel). With a little bit of luck my problem might be solved ... :-)

Cheers

Siegfried Goeschl


RESPONSE
====================================================

HTTP/1.1 200 OK
Server: Resin/2.1.16
Cache-Control: private
Set-Cookie: JSESSIONID=aBrkZ7iyn-Z5; path=/
Content-Type: application/vnd.wap.xhtml+xml
Content-Length: 631
Date: Wed, 15 Feb 2006 12:20:54 GMT

<?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd";>

<html xmlns="http://www.w3.org/1999/xhtml";>
<head>
  <meta http-equiv="Cache-Control" content="no-cache" forua="true" />
<meta http-equiv="Content-type" content="application/vnd.wap.xhtml+xml; charset=ISO-8859-1" forua="true" />
  <title>Error</title>
</head>

<body color="#000000" bgcolor="#FFFFFF">
  <p>Sorry, an Application Error has Occurred</p>
<a href="/content/wap2/dyn/home;jsessionid=aBrkZ7iyn-Z5">Return to home</a>
</body>
</html>

Canoo WebTest
====================================================

com.canoo.webtest.engine.StepExecutionException
Current response is not an HTML page but of type application/vnd.wap.xhtml+xml
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to