super(name, SERVICE_NAME, PORT_NAME, WSDL_PATH);
}
public static Test suite() throws Exception {
TestSuite suite = new TestSuite(SOAPRpcLitClientTypeTest.class);
return new ClientServerSetupBase(suite) {
public void startServers() throws Exception {
boolean ok = launchServer(SOAPRpcLitServerImpl.class);
assertTrue("failed to launch server", ok);
}
};