On Windows I would use SoapUI, which can be run on Ubuntu either as a standalone application (see instructions on how in this question) or as an Eclipse plugin. Is there any other GUI available - perhaps something in a repository - for testing SOAP services?
Asked
Active
Viewed 3.5k times
3 Answers
16
You can still use SOAPUI.
Download the installation script and save it on the disk.
then either
from a terminal
cd /path-to-directory-where-you-downlaod-it sudo chmod +x soapUI-x32-4_0_0.sh sudo ./soapUI-x32-4_0_0.shOr if you don't like command you can do it graphically:
Then follow step by step instructions to finish the installation.
Alternatives
Membrane SOAP Client is a generic SOAP client written in Java. It provides a dynamic form generator for SOAP requests.
You can use jmeter a 100% pure Java application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions. Jmeter is in the Ubuntu repositories.
David Foerster
- 36,890
- 56
- 97
- 151
1
Mooza is the best alternative for a soap client tool. This is a web application which can be easily deployed on Tomcat/JBoss/Jetty etc.
Luís de Sousa
- 13,500
amitksaini
- 11

