ContributionsMost RecentMost LikesSolutionsRe: Rest Query parameter $filter is not working in soapuiHello, Has anyone found a work around to this? I am having the same problem in an ODATA service I am trying to test with SoapUI. Thanks!Re: Option to switch off encoding of parameters itselfHas anyone found a work around to this? I am also having the same problem with an ODATA service I am trying to test. Thanks!Re: Reporting on individual loops of a data driven testSeeing if bumping this up gets any answers. After all of these years, I'm still trying to figure out how to do this. Any help would be appreciated.com.microsoft.jdbc.SQLServer driver and Test RunnerI am actually using SoapUI Pro 4.5 We have many JDBC steps in our project that validate values in a SQL Server database. When we run the suite from within the SoapUI client by going to the test case and clicking the "Run this TestCase" button, the test runs fine. When we right click on the testcase and select "Launch TestRunner" and run the test, the test fails with the following error: java.lang.ClassNotFoundException: com.microsoft.jdbc.SQLServerDriver I have already tried/verified the following suggestions I have found on the forums. 1. The sqljdbc.jar file is in the bin/ext folder 2. We have a groovy script that loads the driver with com.eviware.soapui.support.GroovyUtils.registerJdbcDriver("com.microsoft.sqlserver.jdbc.SQLServerDriver") Please help me figure out why the test case runs fine from within the SoapUI client, but not via the command line tool. Thanks.Reporting on individual loops of a data driven testI am new to SoapUI and just downloaded SoapUI Pro. I have created a data driven test that reads data from a CSV file and loops through the rows and builds the web request based on the data, and then sends requests to a REST web service. After running the test and creating a junit report, the report seems to only give me an overall status for the test case, either pass or fail. I need the status of each loop of the test case. So if I have 10 rows in the CSV file, it will send 10 requests and I want a pass/fail on each of the 10 rows. I found an old thread from about 3 years ago, that seems to indicate that this is not supported in SoapUI reporting. But that post references an old version SoapUI Pro 2.0.2. https://www.eviware.com/forum/viewtopic.php?f=5&t=901&p=3333&hilit=individual+test+run#p3333 So I was wondering if this functionality does exist in the existing version of SoapUI Pro and how I set it up. Or if it doesn't exist, does anyone have an example of how to create a custom junit report that does what I describe above. Thanks.