};
}
public void setUp() throws Exception {
java.net.URL url = new java.net.URL("http://localhost:9240/CeltixEchoService/Echo");
binding = new CeltixEchoServiceLocator().getEcho(url);
assertNotNull("Could not create binding", binding);
((InteropTestDocLitBindingStub)binding).setTimeout(30000);
((InteropTestDocLitBindingStub)binding).setMaintainSession(true);
}