Easy to test / validate / modify webservice calls
What do you like best?
The validation feature which let the user aware that the request body is missing some required parameters even before hitting to the URL. This can save a lot of time to dig into what went wrong with the request if we get a bad response. Even a beginner can start with this.
What do you dislike?
The user interface is a little bit confusing if you are a first time user. If you are trying to import a soapUI project as a whole and try to validate a single request, if there is an error inside the project (not necessary inside the test case we are currently working on), it will show a validation error. This sometimes make the user confused.
What problems are you solving with the product? What benefits have you realized?
While developing a SOAP based webservice, it is effortless with SoapUI, especially for testing the service. Even we can debug the code from an IDE which even make easier to implement the changes.