Exemple #1
0
 public string sendSummary(string fileName, byte[] contentFile)
 {
     WinApp.Servicio.Soap.Documentos.sendSummary inValue = new WinApp.Servicio.Soap.Documentos.sendSummary();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     WinApp.Servicio.Soap.Documentos.sendSummaryResponse retVal = ((WinApp.Servicio.Soap.Documentos.BizlinksOSE)(this)).sendSummary(inValue);
     return(retVal.ticket);
 }
Exemple #2
0
 public string sendSummary(string fileName, byte[] contentFile, string partyType)
 {
     WinApp.Servicio.Soap.Documentos.sendSummaryRequest inValue = new WinApp.Servicio.Soap.Documentos.sendSummaryRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     inValue.partyType   = partyType;
     WinApp.Servicio.Soap.Documentos.sendSummaryResponse retVal = ((WinApp.Servicio.Soap.Documentos.billService)(this)).sendSummary(inValue);
     return(retVal.ticket);
 }