ContributionsMost RecentMost LikesSolutionsProblems getting statistics in report from command line "-S"Hi, Statistics pages are not getting generated in the pdf report when we run the project from command line with -S or --statistics switch. Has anyone else encountered this issue ? Loadui version - 2.5.4Re: MTOM and soap 1.2 .net service -> Bad RequestHi, I am facing a similar issue with MTOM enabled .net service. I am using SOAPUIv4.5.0 free version and enabling MTOM in soapui for a soap1.2 .net service gets me a HTTP 400 bad request from the IIS7.5 server. A simple java client works fine sending/receiving MTOM messages to/from the service. I was wondering if the issue mentioned in this topic could be a possible cause. Is the code change mentioned above, in the any of the release yet. Appreciate any help. Thanks.How to run subset of test cases or test suites using MavenHi, Is there a way to define subset on test cases or test suites in pom file to execute the bunch using maven ( mvn test or mvn site). I tried couple of ways but couldn't succeed. 1] Method - <testCase>test case 1</testCase> <testCase>test case 2</testCase> but it would only execute the last one. 2] Method - <testCases> <testCase>test case 1</testCase> <testCase>test case 2</testCase> </testCases> but this just gets ignored by the eviware:soapui:test plugin, may be due to no such setting as <testCases> defined in the plugin. Can someone please help. I am using the pom as defined here --> http://soapui.org/Test-Automation/maven-2x.html and able to run entire project or single test case or single test suite but not a subset of them. Thanks.