Hello everybody! I'm quite new with SoapUI and I'd like to simulate SOAP calls towards a local mock webservice. Is it possible in the free version to build a test suite which allows me to set up some...
You can assert your responses for schema compliance. It is possible to send a request missing a required element. But the assertion would apply to the response. You can however validate your request for compliance with the schema using the the Form view in SoapUI Pro.