Class Summary |
AbstractAxisTestCase |
Provides some conviencence functionality for easier testing of web services. |
AbstractMultipleAxisTestCase |
A JUnit test case superclass that will setup each individual test with its own
Axis server. |
AbstractNoAxisTestCase |
For running tests against an Axis instance running in another JVM (i.e. |
AbstractOneAxisTestCase |
A JUnit test case superclass that will setup one global Axis server for use across all
individual test methods. |
NotSoSimpleAxisServer |
This is a simple implementation of an HTTP server for processing SOAP requests via Apache's xml-axis. |
NotSoSimpleAxisWorker |
Web server that supports SOAP POST requests and arbitrary GET requests. |