public AxisClientEchoTest() {
}
public static Test suite() throws Exception {
TestSuite suite = new TestSuite(AxisClientEchoTest.class);
return new AbstractClientServerSetupBase(suite) {
public void startServers() throws Exception {
boolean ok = launchServer(CeltixServer.class);
if (!ok) {
fail("Failed to launch celtix server.");
}