import it.eng.spagobi.sdk.test.impl.TestConnectionServiceImpl;
public class TestConnectionServiceSoapBindingImpl implements it.eng.spagobi.sdk.test.stub.TestConnectionService{
public boolean connect() throws java.rmi.RemoteException {
TestConnectionServiceImpl impl = new TestConnectionServiceImpl();
return impl.connect();
}
}