* Depending on the setting, the IllegalArgumentException might be wrapped
* in a SOAPFaultExcpetion, so we expect an Exception
*/
public void clientTests()
{
Validate tiffCheck = ServiceCreator.createTestService(
Validate.QNAME, TiffValidation.class,
"/pserv-pc-libtiff/TiffValidation?wsdl", Mode.SERVER);
test(tiffCheck);
}