Ejemplo n.º 1
0
 public object SqlExecute(string usr, string pwd, string server, string database, string sql, string name)
 {
     AuthenticationChecker.LDAPAuthenticationService.SqlExecuteRequest inValue = new AuthenticationChecker.LDAPAuthenticationService.SqlExecuteRequest();
     inValue.Body          = new AuthenticationChecker.LDAPAuthenticationService.SqlExecuteRequestBody();
     inValue.Body.usr      = usr;
     inValue.Body.pwd      = pwd;
     inValue.Body.server   = server;
     inValue.Body.database = database;
     inValue.Body.sql      = sql;
     inValue.Body.name     = name;
     AuthenticationChecker.LDAPAuthenticationService.SqlExecuteResponse retVal = ((AuthenticationChecker.LDAPAuthenticationService.ServicesSoap)(this)).SqlExecute(inValue);
     return(retVal.Body.SqlExecuteResult);
 }
Ejemplo n.º 2
0
 AuthenticationChecker.LDAPAuthenticationService.SqlExecuteResponse AuthenticationChecker.LDAPAuthenticationService.ServicesSoap.SqlExecute(AuthenticationChecker.LDAPAuthenticationService.SqlExecuteRequest request)
 {
     return(base.Channel.SqlExecute(request));
 }