I would need a standalone server against which I can mock my REST endpoints. The requirements are: - needs to run standalone - needs to be able to respond with a specific response message based on the incoming request message
Would WireMock be the best tool for this type of mocking?