SOAP/REST Mock Service favicon

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..).

MockServer

MockServer

MockServer can be used for mocking any system you integrate with via HTTP or HTTPS (i.e. services, web sites, etc).

WireMock

WireMock

WireMock is a simulator for HTTP-based APIs. Some might consider it a service virtualization tool or a mock server. It enables ...