Forum Discussion

dhruwa's avatar
dhruwa
New Contributor
15 years ago

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.
  • dhruwa's avatar
    dhruwa
    New Contributor
    Here is some additional info for this bug. The MockService WebUI page does not work on the new Firefox 4 beta but works on Safari 5.0.3. Thanks.
  • Hi!

    the title tag should be fixed in the nightly build, can you give that a go?

    regards!

    /Ole
    eviware.com
  • dhruwa's avatar
    dhruwa
    New Contributor
    Excellent, the bug is fixed now. I tried the nightly build 3.6.2-SNAPSHOT.
    Keep up the good work.