ContributionsMost RecentMost LikesSolutionsRe: Cannot invoke method compareToIgnoreCase() on null objectI restarted soapUI and it is now working fine. Thanks!Cannot invoke method compareToIgnoreCase() on null objectHi, I've been creating test cases for REST web services for the past several months. Recently I've started testing SOAP web services and I am encountering the following error when trying to run my test cases: ERROR [errorlog] java.lang.NullPointerException: Cannot invoke method compareToIgnoreCase() on null object java.lang.NullPointerException: Cannot invoke method compareToIgnoreCase() on null object All of the test cases are failing. However, when I run each test step manually they all pass. Any suggestions? -MattRe: Discard OK ResultsI'm not very familiar with groovy scripting so I just opened the project file in a text editor and replaced "timeout=" with "discardOkResults="true" timeout=" It's not pretty, but it works.Discard OK ResultsHi, I have a project with 800+ test cases and am encountering serious performance issues with soapUI Pro after running the tests. I've had a quick look through the forums and found that using the "Discard OK Results" option should help. Is there anyway I can set this option for all of the test cases rather than opening each test case on the UI and setting it there? Thanks, MattRe: Http Status Code 204 not recognized as Valid or Invalid CodeWorks like a charm! Thanks RJanecek!Re: Http Status Code 204 not recognized as Valid or Invalid CodeThe raw response is: HTTP/1.1 204 No Content Connection: close Date: Wed, 21 Sep 2011 21:06:27 GMT Content-Length: 0 X-Powered-By: Servlet/2.5 JSP/2.1 I tried both invalid and valid http status code assertion types and both fail when this response is returned. I am expecting this to pass one way or the other.Re: Assertions for Load TestsMaybe I don't understand, but basically I want an assertion that will fail if "cnt" > 6. How can I achieve this?Http Status Code 204 not recognized as Valid or Invalid CodeHi, I am trying to create an assertion using Valid Http Status Code 204 (No content), however soapUI is not recognizing 204 as a Valid or Invalid code. Suggestions? Thanks, MattAssertions for Load TestsHi, I am testing traffic shaping and I am trying to determine the best type of assertion to use in the load test module. An example of a requirement is that web service "A" will only accept 6 transactions per minute and all others will be delayed for the remainder of the minute. I want to have an assertion that fails if a 7th transaction is transmitted within the 60 seconds I've specified in the load test parameter. Any suggestions? Thanks, MattAssertions for Load TestsHi, I am testing traffic shaping and I am trying to determine the best type of assertion to use in the load test module. An example of a requirement is that web service "A" will only accept 6 transactions per minute and all others will be delayed for the remainder of the minute. I want to have an assertion that fails if a 7th transaction is transmitted within the 60 seconds I've specified in the load test parameter. Any suggestions? Thanks, Matt