Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <WinApp.Servicio.Soap.Documentos.sendBillResponse> sendBillAsync(string fileName, byte[] contentFile, string partyType)
 {
     WinApp.Servicio.Soap.Documentos.sendBillRequest inValue = new WinApp.Servicio.Soap.Documentos.sendBillRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     inValue.partyType   = partyType;
     return(((WinApp.Servicio.Soap.Documentos.billService)(this)).sendBillAsync(inValue));
 }
Ejemplo n.º 2
0
 public byte[] sendBill(string fileName, byte[] contentFile, string partyType)
 {
     WinApp.Servicio.Soap.Documentos.sendBillRequest inValue = new WinApp.Servicio.Soap.Documentos.sendBillRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     inValue.partyType   = partyType;
     WinApp.Servicio.Soap.Documentos.sendBillResponse retVal = ((WinApp.Servicio.Soap.Documentos.billService)(this)).sendBill(inValue);
     return(retVal.applicationResponse);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <WinApp.Servicio.Soap.Documentos.sendBillResponse> WinApp.Servicio.Soap.Documentos.billService.sendBillAsync(WinApp.Servicio.Soap.Documentos.sendBillRequest request)
 {
     return(base.Channel.sendBillAsync(request));
 }
Ejemplo n.º 4
0
 WinApp.Servicio.Soap.Documentos.sendBillResponse WinApp.Servicio.Soap.Documentos.billService.sendBill(WinApp.Servicio.Soap.Documentos.sendBillRequest request)
 {
     return(base.Channel.sendBill(request));
 }