I sometimes want to test how an application will handle errors when calling a web service. To do this, I built a simple echo server that responds to any HTTP verb on any URL. Some percentage of the time, the server will return 500 errors. It uses the Simmy package to achieve this.