Example #1
0
 public System.Threading.Tasks.Task <Octacom.OPG.UnitTest.OctacomService.SendInvoiceResponse> SendInvoiceAsync(System.DateTime processDate, string xmlFullFileName)
 {
     Octacom.OPG.UnitTest.OctacomService.SendInvoiceRequest inValue = new Octacom.OPG.UnitTest.OctacomService.SendInvoiceRequest();
     inValue.Body                 = new Octacom.OPG.UnitTest.OctacomService.SendInvoiceRequestBody();
     inValue.Body.processDate     = processDate;
     inValue.Body.xmlFullFileName = xmlFullFileName;
     return(((Octacom.OPG.UnitTest.OctacomService.InvoiceServiceSoap)(this)).SendInvoiceAsync(inValue));
 }
Example #2
0
 public string SendInvoice(System.DateTime processDate, string xmlFullFileName)
 {
     Octacom.OPG.UnitTest.OctacomService.SendInvoiceRequest inValue = new Octacom.OPG.UnitTest.OctacomService.SendInvoiceRequest();
     inValue.Body                 = new Octacom.OPG.UnitTest.OctacomService.SendInvoiceRequestBody();
     inValue.Body.processDate     = processDate;
     inValue.Body.xmlFullFileName = xmlFullFileName;
     Octacom.OPG.UnitTest.OctacomService.SendInvoiceResponse retVal = ((Octacom.OPG.UnitTest.OctacomService.InvoiceServiceSoap)(this)).SendInvoice(inValue);
     return(retVal.Body.SendInvoiceResult);
 }
Example #3
0
 System.Threading.Tasks.Task <Octacom.OPG.UnitTest.OctacomService.SendInvoiceResponse> Octacom.OPG.UnitTest.OctacomService.InvoiceServiceSoap.SendInvoiceAsync(Octacom.OPG.UnitTest.OctacomService.SendInvoiceRequest request)
 {
     return(base.Channel.SendInvoiceAsync(request));
 }
Example #4
0
 Octacom.OPG.UnitTest.OctacomService.SendInvoiceResponse Octacom.OPG.UnitTest.OctacomService.InvoiceServiceSoap.SendInvoice(Octacom.OPG.UnitTest.OctacomService.SendInvoiceRequest request)
 {
     return(base.Channel.SendInvoice(request));
 }