Пример #1
0
 public System.Threading.Tasks.Task <OpenInvoicePeru.Servicio.Soap.Documentos.sendBillResponse> sendBillAsync(string fileName, byte[] contentFile)
 {
     OpenInvoicePeru.Servicio.Soap.Documentos.sendBillRequest inValue = new OpenInvoicePeru.Servicio.Soap.Documentos.sendBillRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     return(((OpenInvoicePeru.Servicio.Soap.Documentos.billService)(this)).sendBillAsync(inValue));
 }
Пример #2
0
 public byte[] sendBill(string fileName, byte[] contentFile)
 {
     OpenInvoicePeru.Servicio.Soap.Documentos.sendBillRequest inValue = new OpenInvoicePeru.Servicio.Soap.Documentos.sendBillRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     OpenInvoicePeru.Servicio.Soap.Documentos.sendBillResponse retVal = ((OpenInvoicePeru.Servicio.Soap.Documentos.billService)(this)).sendBill(inValue);
     return(retVal.applicationResponse);
 }
Пример #3
0
 System.Threading.Tasks.Task <OpenInvoicePeru.Servicio.Soap.Documentos.sendBillResponse> OpenInvoicePeru.Servicio.Soap.Documentos.billService.sendBillAsync(OpenInvoicePeru.Servicio.Soap.Documentos.sendBillRequest request)
 {
     return(base.Channel.sendBillAsync(request));
 }
Пример #4
0
 OpenInvoicePeru.Servicio.Soap.Documentos.sendBillResponse OpenInvoicePeru.Servicio.Soap.Documentos.billService.sendBill(OpenInvoicePeru.Servicio.Soap.Documentos.sendBillRequest request)
 {
     return(base.Channel.sendBill(request));
 }