Exemplo n.º 1
0
 public System.Threading.Tasks.Task <ConsoleApplication1.ServiceReference1.get_pdfResponse> get_pdfAsync(string rutt, string folio, string doc, string monto, string fecha, string ruttt, bool Merito)
 {
     ConsoleApplication1.ServiceReference1.get_pdfRequest inValue = new ConsoleApplication1.ServiceReference1.get_pdfRequest();
     inValue.Body        = new ConsoleApplication1.ServiceReference1.get_pdfRequestBody();
     inValue.Body.rutt   = rutt;
     inValue.Body.folio  = folio;
     inValue.Body.doc    = doc;
     inValue.Body.monto  = monto;
     inValue.Body.fecha  = fecha;
     inValue.Body.ruttt  = ruttt;
     inValue.Body.Merito = Merito;
     return(((ConsoleApplication1.ServiceReference1.getPDF64Soap)(this)).get_pdfAsync(inValue));
 }
Exemplo n.º 2
0
 public ConsoleApplication1.ServiceReference1.ArrayOfString get_pdf(string rutt, string folio, string doc, string monto, string fecha, string ruttt, bool Merito)
 {
     ConsoleApplication1.ServiceReference1.get_pdfRequest inValue = new ConsoleApplication1.ServiceReference1.get_pdfRequest();
     inValue.Body        = new ConsoleApplication1.ServiceReference1.get_pdfRequestBody();
     inValue.Body.rutt   = rutt;
     inValue.Body.folio  = folio;
     inValue.Body.doc    = doc;
     inValue.Body.monto  = monto;
     inValue.Body.fecha  = fecha;
     inValue.Body.ruttt  = ruttt;
     inValue.Body.Merito = Merito;
     ConsoleApplication1.ServiceReference1.get_pdfResponse retVal = ((ConsoleApplication1.ServiceReference1.getPDF64Soap)(this)).get_pdf(inValue);
     return(retVal.Body.get_pdfResult);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <ConsoleApplication1.ServiceReference1.get_pdfResponse> ConsoleApplication1.ServiceReference1.getPDF64Soap.get_pdfAsync(ConsoleApplication1.ServiceReference1.get_pdfRequest request)
 {
     return(base.Channel.get_pdfAsync(request));
 }
Exemplo n.º 4
0
 ConsoleApplication1.ServiceReference1.get_pdfResponse ConsoleApplication1.ServiceReference1.getPDF64Soap.get_pdf(ConsoleApplication1.ServiceReference1.get_pdfRequest request)
 {
     return(base.Channel.get_pdf(request));
 }