public System.Threading.Tasks.Task <Index.Queue.OpaService.wmEnviarDescargoFechaResponse> wmEnviarDescargoFechaAsync(string psUsuario, string psClave, string psExportadorNit, string psPolizaImportacion, int pLineaPolizaImport, double pdUnidades, string psPolizaExportacion, int piLineaPolizaExport, string psFechaCc)
 {
     Index.Queue.OpaService.wmEnviarDescargoFechaRequest inValue = new Index.Queue.OpaService.wmEnviarDescargoFechaRequest();
     inValue.Body                     = new Index.Queue.OpaService.wmEnviarDescargoFechaRequestBody();
     inValue.Body.psUsuario           = psUsuario;
     inValue.Body.psClave             = psClave;
     inValue.Body.psExportadorNit     = psExportadorNit;
     inValue.Body.psPolizaImportacion = psPolizaImportacion;
     inValue.Body.pLineaPolizaImport  = pLineaPolizaImport;
     inValue.Body.pdUnidades          = pdUnidades;
     inValue.Body.psPolizaExportacion = psPolizaExportacion;
     inValue.Body.piLineaPolizaExport = piLineaPolizaExport;
     inValue.Body.psFechaCc           = psFechaCc;
     return(((Index.Queue.OpaService.WSOPASoap)(this)).wmEnviarDescargoFechaAsync(inValue));
 }
 public Index.Queue.OpaService.clsRespuestaDescargo wmEnviarDescargoFecha(string psUsuario, string psClave, string psExportadorNit, string psPolizaImportacion, int pLineaPolizaImport, double pdUnidades, string psPolizaExportacion, int piLineaPolizaExport, string psFechaCc)
 {
     Index.Queue.OpaService.wmEnviarDescargoFechaRequest inValue = new Index.Queue.OpaService.wmEnviarDescargoFechaRequest();
     inValue.Body                     = new Index.Queue.OpaService.wmEnviarDescargoFechaRequestBody();
     inValue.Body.psUsuario           = psUsuario;
     inValue.Body.psClave             = psClave;
     inValue.Body.psExportadorNit     = psExportadorNit;
     inValue.Body.psPolizaImportacion = psPolizaImportacion;
     inValue.Body.pLineaPolizaImport  = pLineaPolizaImport;
     inValue.Body.pdUnidades          = pdUnidades;
     inValue.Body.psPolizaExportacion = psPolizaExportacion;
     inValue.Body.piLineaPolizaExport = piLineaPolizaExport;
     inValue.Body.psFechaCc           = psFechaCc;
     Index.Queue.OpaService.wmEnviarDescargoFechaResponse retVal = ((Index.Queue.OpaService.WSOPASoap)(this)).wmEnviarDescargoFecha(inValue);
     return(retVal.Body.wmEnviarDescargoFechaResult);
 }
 System.Threading.Tasks.Task <Index.Queue.OpaService.wmEnviarDescargoFechaResponse> Index.Queue.OpaService.WSOPASoap.wmEnviarDescargoFechaAsync(Index.Queue.OpaService.wmEnviarDescargoFechaRequest request)
 {
     return(base.Channel.wmEnviarDescargoFechaAsync(request));
 }
 Index.Queue.OpaService.wmEnviarDescargoFechaResponse Index.Queue.OpaService.WSOPASoap.wmEnviarDescargoFecha(Index.Queue.OpaService.wmEnviarDescargoFechaRequest request)
 {
     return(base.Channel.wmEnviarDescargoFecha(request));
 }