Free Soap Client
- A little super-simple but powerful soap client that offers an easy way to send soap request to a server (from file or stdin), test server robustness by sending same request on multiple threads and eventually see the whole http conversation. If you need a quick and easy way to do soapcalls from your terminal or script, this tool is for you.
- Web based SOAP client. This is a simple webservice testing tool that allows you to debug WSDL files - view the list of functions, see what XML needs to be sent to each one, customize it, get the response, etc.
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?
Soap client free download - SOAP Client, SOAP Toolkit, Soap, and many more programs. Soap client free download - SOAP Client, SOAP Toolkit, Soap, and many more programs.
3 Answers
You can still use SOAPUI. Mac tools et97 instructions.
Download the installation script and save it on the disk.
then either
from a terminal
Or if you don't like command you can do it graphically:
Right-click on the downloaded file, select Properties, go to the Permissions tab and Allow to execute as a program.
Once that is done double click on the .sh file and select 'Run in terminal' or Run
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.
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 Sousaanother eclipse OSS client for windows, mac and linux:
Not the answer you're looking for? Browse other questions tagged software-recommendationguiclient or ask your own question.
Are there any publicly available SOAP 1.2/WSDL 2.0 compliant free web services for testing a Python based soap client library (e.g. Zolera SOAP Infrastructure)?
So far, it appears to me that Google Web API may be the only option.
Otherwise, how can one test a SOAP 1.2 compliant client library?
closed as off topic by rds, martin clayton, A.H., TryTryAgain, lifetimesMay 2 '13 at 21:59
Questions on Stack Overflow are expected to relate to programming within the scope defined by the community. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about reopening questions here. If this question can be reworded to fit the rules in the help center, please edit the question.
1 Answer
There is a bunch on here:
Free Soap Api Client
Just google for 'Free WebService' or 'Open WebService' and you'll find tons of open SOAP endpoints.
Remember, you can get a WSDL from any ASMX endpoint by adding ?WSDL to the url.