dhruwa
15 years agoNew Contributor
MockService WebUI does not work on all browsers
I generated a war file out of a MockService in soapUI using the 'Deploy As War' feature with the 'Check to enable WebUI' flag turned on. The war deploys fine on my app server(Tomcat) and the Mock Service works fine from a SOAP client consumption point of view. However the WebUI only works on Firefox but not on other browsers (IE8, Chrome, IE9). I did a view source to find that the top frame of the WebUI has a html issue. Its missing the closing </title> tag and thats what is causing issues. Looks like firefox is the most forgiving of all the browsers. Chrome displays 3 blank frames in the browser window. IE8/IE9 simply show an error. I know this may not seem like high priority but when a mock service is handed over to a QA team, this will cause unnecessary grief. This seems like a simple bug to fix, can this be fixed please. I also found that the html is defined in the class file com\eviware\soapui\mockaswar\MockAsWarServlet.class and looks like thats where it needs to be fixed. Thanks.