The latest release of my favorite web service testing tool has a really interesting feature:
Support for Mocking of Web Services directly from within soapUI. Mock Services can be run either from inside soapUI or with one of the IDE/Maven/CommandLine plugins.
In a service oriented architecture is usual, and desirable, to have contract definition (i.e. the web service WSDL and schema) before the service implementation is available or, at least, is robust enough for testing. Having such a tool makes the development of clients for such services much faster and removes the part of the pressure of service implementators.
Mocking web services along with other nice features like unit testing or load testing makes SoapUI probably the best tool for web service testing around, it was the only Java tool I was able to push in the Microsoft-based environment I’m working at.
Web Service Mocking [via SoapUI Documentation]
Technorati Tags: soapui

