14 years ago
WebUI in exported .war for mock service doen't showed
The console is not showed only empty page as screenshot.
When I look at source of three page generated as frame (master,log,detail) I found that in page data exist, but the problem is that tag title is not corretly ended with tag and then browser show empty page.
I tested with Chrome 14.0, IE 8.0, Firefox 14 and no one showed the page corretly, but it's possible that older version of browser is showing page. And SOAPUI tested generated from 3.6.1 and 4.0.1.
When I look at source of three page generated as frame (master,log,detail) I found that in page data exist, but the problem is that tag title is not corretly ended with tag and then browser show empty page.
<html><head><title>MockService Log Table</head><meta http-equiv="refresh" content="15"/><link type="text/css" rel="stylesheet" href="stylesheet.css" /></head><body><h3><img src="header_logo.jpg"> soapUI MockServices Log for project [Sample Project]</h3><p style="text-align: left">WSDLs: [<a target="new" href="mockSampleServiceSoapBinding?WSDL">SampleServiceSoapBinding MockService</a>]</p><hr/><p><b>Processed Requests</b>: [<a href="master">Refresh</a>] [<a href="master?clear">Clear</a>]</p><table border="1"><tr><td></td><td>Timestamp</td><td>Time Taken</td><td>MockOperation</td><td>MockResponse</td><td>MockService</td></tr></table></body></html>
see title is not ended with </title>
I tested with Chrome 14.0, IE 8.0, Firefox 14 and no one showed the page corretly, but it's possible that older version of browser is showing page. And SOAPUI tested generated from 3.6.1 and 4.0.1.