Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is soapUI the best web services testing tool/client/framework? [closed]

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.

like image 633
Ben Avatar asked Aug 28 '08 11:08

Ben


3 Answers

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.

like image 106
Matthew Schinckel Avatar answered Oct 14 '22 05:10

Matthew Schinckel


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.

like image 4
diciu Avatar answered Oct 14 '22 05:10

diciu


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... (-:

like image 2
Murph Avatar answered Oct 14 '22 05:10

Murph