I’d like to unit test a SOAP client with real HTTP requests/responses to a mock service. I’ve seen suggestions to use WSUnit, but all the links go to “Page Not Found” http://java.net/projects/wsunit/
What is the current industry standard to creating a mock web service for unit testing?
I can recommend soapUI, a very rich tool for testing and mocking SOAP and REST web services: functional testing, mocking and load testing.