private String _endpoint = null;
private it.eng.spagobi.sdk.test.stub.TestConnectionService testConnectionService = null;
private ClientCredentialsHolder cch = null;
public TestConnectionServiceProxy(String user, String pwd) {
cch = new ClientCredentialsHolder(user, pwd);
_initTestConnectionServiceProxy();
}