*/
public void testTypeTest() throws Exception {
TypeTest binding;
try {
binding = new TypeTestServiceLocator().getTypeTest();
}
catch (ServiceException jre) {
throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
}
assertTrue("binding is null", binding != null);