Beispiel #1
0
 public System.Threading.Tasks.Task <VisapLine.ComandCmd.ExecuteCommandResponse> ExecuteCommandAsync(string ExcelSIIGO, string RutaEmpresa, string Año, string PUSHMOV, string Norma, string Usuario, string Clave, string NombreLog, string NombreArchivoExcelEntrada, string encrypt)
 {
     VisapLine.ComandCmd.ExecuteCommandRequest inValue = new VisapLine.ComandCmd.ExecuteCommandRequest();
     inValue.Body             = new VisapLine.ComandCmd.ExecuteCommandRequestBody();
     inValue.Body.ExcelSIIGO  = ExcelSIIGO;
     inValue.Body.RutaEmpresa = RutaEmpresa;
     inValue.Body.Año         = Año;
     inValue.Body.PUSHMOV     = PUSHMOV;
     inValue.Body.Norma       = Norma;
     inValue.Body.Usuario     = Usuario;
     inValue.Body.Clave       = Clave;
     inValue.Body.NombreLog   = NombreLog;
     inValue.Body.NombreArchivoExcelEntrada = NombreArchivoExcelEntrada;
     inValue.Body.encrypt = encrypt;
     return(((VisapLine.ComandCmd.ExecuteCmdSoap)(this)).ExecuteCommandAsync(inValue));
 }
Beispiel #2
0
 public string ExecuteCommand(string ExcelSIIGO, string RutaEmpresa, string Año, string PUSHMOV, string Norma, string Usuario, string Clave, string NombreLog, string NombreArchivoExcelEntrada, string encrypt)
 {
     VisapLine.ComandCmd.ExecuteCommandRequest inValue = new VisapLine.ComandCmd.ExecuteCommandRequest();
     inValue.Body             = new VisapLine.ComandCmd.ExecuteCommandRequestBody();
     inValue.Body.ExcelSIIGO  = ExcelSIIGO;
     inValue.Body.RutaEmpresa = RutaEmpresa;
     inValue.Body.Año         = Año;
     inValue.Body.PUSHMOV     = PUSHMOV;
     inValue.Body.Norma       = Norma;
     inValue.Body.Usuario     = Usuario;
     inValue.Body.Clave       = Clave;
     inValue.Body.NombreLog   = NombreLog;
     inValue.Body.NombreArchivoExcelEntrada = NombreArchivoExcelEntrada;
     inValue.Body.encrypt = encrypt;
     VisapLine.ComandCmd.ExecuteCommandResponse retVal = ((VisapLine.ComandCmd.ExecuteCmdSoap)(this)).ExecuteCommand(inValue);
     return(retVal.Body.ExecuteCommandResult);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <VisapLine.ComandCmd.ExecuteCommandResponse> VisapLine.ComandCmd.ExecuteCmdSoap.ExecuteCommandAsync(VisapLine.ComandCmd.ExecuteCommandRequest request)
 {
     return(base.Channel.ExecuteCommandAsync(request));
 }
Beispiel #4
0
 VisapLine.ComandCmd.ExecuteCommandResponse VisapLine.ComandCmd.ExecuteCmdSoap.ExecuteCommand(VisapLine.ComandCmd.ExecuteCommandRequest request)
 {
     return(base.Channel.ExecuteCommand(request));
 }