Exemplo n.º 1
0
 public Logictracker.Process.Import.Client.RemoteServer.RespuestaOfString Login(string username, string password)
 {
     Logictracker.Process.Import.Client.RemoteServer.LoginRequest inValue = new Logictracker.Process.Import.Client.RemoteServer.LoginRequest();
     inValue.Body          = new Logictracker.Process.Import.Client.RemoteServer.LoginRequestBody();
     inValue.Body.username = username;
     inValue.Body.password = password;
     Logictracker.Process.Import.Client.RemoteServer.LoginResponse retVal = ((Logictracker.Process.Import.Client.RemoteServer.ImportSoap)(this)).Login(inValue);
     return(retVal.Body.LoginResult);
 }
Exemplo n.º 2
0
 Logictracker.Process.Import.Client.RemoteServer.LoginResponse Logictracker.Process.Import.Client.RemoteServer.ImportSoap.Login(Logictracker.Process.Import.Client.RemoteServer.LoginRequest request)
 {
     return(base.Channel.Login(request));
 }