views:

1564

answers:

4

I have been working on a web services related project for about the last year. Our team found soapUI near the start of our project and we have been mostly(*) satisfied with it (the free version, that is).

My question is: are there other tools/clients/frameworks that you have used/currently use for web services testing and would recommend?

(*) There are some weird GUI glitches that appear once in a while. As is mentioned by some of the answers, we attributed this to a memory leak.

+6  A: 

I use soapUI, and it's generally pretty good. Be aware that it seems to leak memory, and eventually it will no longer save your project, so save regularly!

This is about the only hassle I have with it (other than the general ugliness that almost every Java application has!), and I can't live without it.

Matthew Schinckel
+3  A: 

There's an eclipse plugin that allows you to do web service discovery, testing, etc - see Eclipse Web Services Tools.

I think it's much better than SoapUI, at least on Mac OS X.

diciu
+2  A: 

Call it laziness but I kind of gave up looking a while after I found SoapUI - its not perfect (what is) but it does its job very well (especially given the price).

More importantly given that there is scripting to allow you to set up automated tests we're heading towards an investment in the product.

Might be nice if it was better on Windows (we do .NET development, mostly ASP.NET) but for the price... (-:

Murph

Murph
+1  A: 

We've been using SoapUI since 1.x (will soon be adopting 3.0 from 2.5.1) and are all happy. It's much more stable when running with native LnF (File - Preferences - UI Settings - Native LF). I know it's available as an Eclipse plugin as well, but last I tried I failed to find how to add JAR-files to it (i.e. bin/ext in the stand-alone variant).

Mirvnillith