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.
wscltest is a CLI tool to easy test webservices. It uses a working directory where a configuration file resides in along with xml request files. The configuration file defines the service's url and the operations to be called in sequential order.
LDAP WebService is a SOAP based layer for an LDAP server that supports the following operations:
(1) Create
(2) Update
(3) Rename
(4) Delete
(5) Move
(6) Search
A schema (DTD) has been published to define the communication (Request/Response) dialect.