Beispiel #1
0
 public string ImportarDatosDS(int idDocumento, string strNombreDocumento, int idCompania, string strCompania, string strUsuario, string strClave, System.Data.DataSet dsFuenteDatos, ref string Path)
 {
     MelendezFront3.wsGT.ImportarDatosDSRequest inValue = new MelendezFront3.wsGT.ImportarDatosDSRequest();
     inValue.idDocumento        = idDocumento;
     inValue.strNombreDocumento = strNombreDocumento;
     inValue.idCompania         = idCompania;
     inValue.strCompania        = strCompania;
     inValue.strUsuario         = strUsuario;
     inValue.strClave           = strClave;
     inValue.dsFuenteDatos      = dsFuenteDatos;
     inValue.Path = Path;
     MelendezFront3.wsGT.ImportarDatosDSResponse retVal = ((MelendezFront3.wsGT.wsGenerarPlanoSoap)(this)).ImportarDatosDS(inValue);
     Path = retVal.Path;
     return(retVal.ImportarDatosDSResult);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <MelendezFront3.wsGT.ImportarDatosDSResponse> ImportarDatosDSAsync(MelendezFront3.wsGT.ImportarDatosDSRequest request)
 {
     return(base.Channel.ImportarDatosDSAsync(request));
 }
Beispiel #3
0
 MelendezFront3.wsGT.ImportarDatosDSResponse MelendezFront3.wsGT.wsGenerarPlanoSoap.ImportarDatosDS(MelendezFront3.wsGT.ImportarDatosDSRequest request)
 {
     return(base.Channel.ImportarDatosDS(request));
 }