Exemplo n.º 1
0
 public System.Threading.Tasks.Task <OpenInvoicePeru.Servicio.Soap.Documentos.sendPackResponse> sendPackAsync(string fileName, byte[] contentFile)
 {
     OpenInvoicePeru.Servicio.Soap.Documentos.sendPackRequest inValue = new OpenInvoicePeru.Servicio.Soap.Documentos.sendPackRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     return(((OpenInvoicePeru.Servicio.Soap.Documentos.billService)(this)).sendPackAsync(inValue));
 }
Exemplo n.º 2
0
 public string sendPack(string fileName, byte[] contentFile)
 {
     OpenInvoicePeru.Servicio.Soap.Documentos.sendPackRequest inValue = new OpenInvoicePeru.Servicio.Soap.Documentos.sendPackRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     OpenInvoicePeru.Servicio.Soap.Documentos.sendPackResponse retVal = ((OpenInvoicePeru.Servicio.Soap.Documentos.billService)(this)).sendPack(inValue);
     return(retVal.ticket);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <OpenInvoicePeru.Servicio.Soap.Documentos.sendPackResponse> OpenInvoicePeru.Servicio.Soap.Documentos.billService.sendPackAsync(OpenInvoicePeru.Servicio.Soap.Documentos.sendPackRequest request)
 {
     return(base.Channel.sendPackAsync(request));
 }
Exemplo n.º 4
0
 OpenInvoicePeru.Servicio.Soap.Documentos.sendPackResponse OpenInvoicePeru.Servicio.Soap.Documentos.billService.sendPack(OpenInvoicePeru.Servicio.Soap.Documentos.sendPackRequest request)
 {
     return(base.Channel.sendPack(request));
 }