Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
SOAPServiceTester-0.2-sign-key.asc | 2023-06-30 | 3.2 kB | |
README.md | 2023-06-30 | 2.4 kB | |
SOAPServiceTester-0.2.war | 2023-06-30 | 34.5 kB | |
SOAPServiceTester-0.2.war.asc | 2023-06-30 | 488 Bytes | |
SOAPServiceTester-0.2.tar.gz | 2023-06-30 | 48.8 kB | |
SOAPServiceTester-0.2.tar.gz.asc | 2023-06-30 | 488 Bytes | |
Totals: 6 Items | 89.8 kB | 0 |
SOAPServiceTester
Description
SOAPServiceTester is a Java web application that allows testing webservices.
SOAPServiceTester allows you to:
- read WSDL definitions,
- send customised requests to the webservice,
- override or remove the standard HTTP headers from the request to be sent,
- set any other HTTP header you wish,
- set the protocol name and version,
- use protocol methods other than the regular POST,
- set the sent Content-Type,
- authenticate to the webservice,
- use a proxy and authenticate to the proxy,
- accept any TLS/SSL certificate (useful for test environments),
- manually set the SOAP content (prologue, headers, body and the XML before them, after them and in between),
- set the character set of the request,
- view the SOAP response,
- view the response's HTTP code and status line,
- view the response's HTTP headers,
- verify if there was a SOAP Fault in the response,
- pretty-print the response by splitting it after closing tags.
Features:
- supports Web Services Description Language (WSDL),
- supports Simple Object Access Protocol (SOAP),
- supports Hypertext Transfer Protocol (HTTP),
- supports HTTP Authentication,
- supports the same versions of Transport Layer Security (TLS) and Secure Sockets Layer (SSL) as the server the application will be running on,
- supports HTTP Proxying,
- portable and system-independent.
Author: Bogdan Drozdowski, bogdro (at) users . sourceforge . net
License: GNU AGPL version 3 or newer.
The application is now called "Fronsetia".
Fronsetia's homepage: https://fronsetia.sourceforge.io/
Requirements
- a JDK (Java Development Kit),
- a Java Enterprise application server or a so-called servlet container.
Compatibility
Various versions (in light/minimal WAR files, without dependencies) of SOAPServiceTester have successfully been used with the following servers in the following versions:
- Apache Tomcat (https://tomcat.apache.org/):
- 6.0.x (6.0.29)
- Eclipse Jetty (https://www.eclipse.org/jetty/):
- 7.x (7.5.4.v20111024)
Other versions may also work.
ChangeLog
For a summary of changes, refer to the ChangeLog
file in the package.