Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <PruebaSoap.WS.getStatusResponse> getStatusAsync(string rucComprobante, string tipoComprobante, string serieComprobante, int numeroComprobante)
 {
     PruebaSoap.WS.getStatusRequest inValue = new PruebaSoap.WS.getStatusRequest();
     inValue.rucComprobante    = rucComprobante;
     inValue.tipoComprobante   = tipoComprobante;
     inValue.serieComprobante  = serieComprobante;
     inValue.numeroComprobante = numeroComprobante;
     return(((PruebaSoap.WS.billService)(this)).getStatusAsync(inValue));
 }
Ejemplo n.º 2
0
 public PruebaSoap.WS.statusResponse getStatus(string rucComprobante, string tipoComprobante, string serieComprobante, int numeroComprobante)
 {
     PruebaSoap.WS.getStatusRequest inValue = new PruebaSoap.WS.getStatusRequest();
     inValue.rucComprobante    = rucComprobante;
     inValue.tipoComprobante   = tipoComprobante;
     inValue.serieComprobante  = serieComprobante;
     inValue.numeroComprobante = numeroComprobante;
     PruebaSoap.WS.getStatusResponse retVal = ((PruebaSoap.WS.billService)(this)).getStatus(inValue);
     return(retVal.status);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <PruebaSoap.WS.getStatusResponse> PruebaSoap.WS.billService.getStatusAsync(PruebaSoap.WS.getStatusRequest request)
 {
     return(base.Channel.getStatusAsync(request));
 }
Ejemplo n.º 4
0
 PruebaSoap.WS.getStatusResponse PruebaSoap.WS.billService.getStatus(PruebaSoap.WS.getStatusRequest request)
 {
     return(base.Channel.getStatus(request));
 }