The Source for Java Technology Collaboration


Home | Help | Changes | Index | Search | Go

Testing Web Services

SoapUI is the leading tool for Web Service Testing. With more than 300 000 downloads, it's the most used tool for SOA testing in the world. soapUI is Free and Open Source and is used for Inspecting Web Services, Invoking Web Services, Developing Web Services, Web Service Simulation and Web Service Mocking and Functional Testing of Web Services Load Testing of Web Services over HTTP. It appears to focus on SOAP based web services.

WSUnit is a tool that can help you test Web Service consumers. It provides a predictable and repeatable simulation of a Web Service that is ideal for unit testing. It is also useful when developing web service consumers when the actual web service may not be avaliable due to your remote location or may not have been fully developed itself. WSUnit is a simple Java servlet that listens on a port for HTTP requests. Based on the url and optionally the content of the request, WSUnit can be configured to return the contents different static files.


Discussion about TestingWebServices

Topic TestingWebServices . { Edit | Ref-By | Printable | Diffs r1 | More }
 XML java.net RSS

Revision r1 - 09 Apr 2008 - 18:50:41 - Main.robogeek
Parents: WebHome > Testing