
SOAP/REST Mock Service
SOAP/REST Mock Service is a simple configurable framework to mock out SOAP or RESTful (or "REST-like") webservices. It's main goal is to support automated integration testing of applications that integrate with 3rd party webservices. Functionality and usage scenarios of the mock service are in a way analogous to unit testing mocking tools (like Mockito or EasyMock). Once properly configured, SOAP/REST Mock Service exposes wbeservice mocks that can be called from application code and controled via REST interface from integration tests code (setup, verify etc..).