On Fri, Dec 19, 2008 at 7:19 PM, Ben Dean <[email protected]>wrote:
> I would recommend SoapUI. The free version works pretty decently but the > SoapUI Pro version can do some useful things such as using groovy scripts. > Check it out at http://www.soapui.org. About half-way down the page they > have links to run the programs with Java Web Start (although you need to buy > a license to use the Pro version). > > -- ben Thank you for this answer. I'm already using soapUI to debug my client or to easily "capture" responses from the real server. BTW, in my previous email, the responses I already have, come from what soapUI shows ;-) But this is not an acceptable solution, because in this case soapUI acts like a "normal" http server and this is not possible to me to have such a thing on my continuous integration server :-( I would prefer an autonomous (JUnit / TestNG / Easymock) way to test my client. But anyway, thank you again for your answer -- Tom
