ContributionsMost RecentMost LikesSolutionsWebUI in the Soap answerHello, I created a soapui project with a mock service. I generated an WAR file and deployed it on a tomcat server. Endpoint is http://xx.xx.xx.xx:8080/mock1. I can succesfully with soapui send requests and get the answers too. I created a second SoapUI-projekt with a second mock service (other WSDL file), generated the war file and deploy it on the tomcat server too. Endpoint is http://xx.xx.xx.xx:8080/mock2. When I send a request on this endpoint I received the webui HTML code as a response: <html> <head> <title>soapUI MockServices Log for project xxxxxxxx</title> </head> <frameset rows="40%,40%,*"> <frame src="master"/> <frame name="detail" src="detail"/> <frame src="log"/> </frameset> </html> Am I doing something wrong? Thanks and regards, MatthieuWAR generation - permission errorHello, I would like to generate a war file in order to deploy a mock service on a tomcat server. During the generation an error appears in the SoapUI Console, and the war file is not created: Wed Nov 30 15:16:21 CET 2011:INFO:Got response for [PopPartnerBinding.CreateSimpleLabel:Request 1] in 272ms (205 bytes) Wed Nov 30 15:17:58 CET 2011:INFO:Saved project [popsp for mock] to [C:\Users\XXXXX~1.4SX\AppData\Local\Temp\popsp for mock-project.xml - 163475 bytes Wed Nov 30 15:17:59 CET 2011:INFO:Creating WAR directory in [C:\Users\xxxx\Desktop\ttt] Wed Nov 30 15:17:59 CET 2011:INFO:Coping files from C:\Program Files\SmartBear\soapUI-Pro-4.0.1\bin\..\lib to C:\Users\xxxx\Desktop\ttt\WEB-INF\lib Wed Nov 30 15:18:04 CET 2011:INFO:Coping files from C:\PROGRA~1\eviware\SOAPUI~1.6\bin\scripts to C:\Users\xxxxx\Desktop\ttt\WEB-INF\scripts Wed Nov 30 15:18:04 CET 2011:ERROR:java.io.FileNotFoundException: C:\PROGRA~1\eviware\SOAPUI~1.6\bin\scripts\soapui (Zugriff verweigert) --> The generator try to get scripts files from an not existing directory! I could successfully built the war by manually copy-paste the scripts in 'soapUI-Pro-4.0.1\bin\script' but it is of course not really practical and I am not sur if these scripts are the right scripts for the war. Is there a solution for this problem?? Thanks and regards, Matthieu