This package contains generated JUnit test drivers designed to test service clients that are JAX-WS implementations of SOAP web services. It is is part of the Broker@Cloud Verification and Testing Tool Suite, v1.0, © Anthony J H Simons and Raluca Lefticaru, 2015. Main web site: http://staffwww.dcs.shef.ac.uk/people/A.Simons/broker/.
This sub-package is a repository for generated JUnit test drivers that
test service clients that are JAX-WS implementations of SOAP web services.
If there is nothing here, why not create a JUnit test driver of your own?
The generated test driver will expect to invoke a standard JAX-WS web
service, generated using the JAX-WS toolkit. For this, you will need to
have generated two client objects, a resource class and an interface to
the service (normally done using wsdl2java
on the published
WSDL for the service), which should be placed in the folder
client/ws
.