示例#1
0
 public System.Threading.Tasks.Task <PruebaCFDI.WsFacturador.obtenerTimbradoResponse> obtenerTimbradoAsync(string CFDIcliente, string Usuario, string password)
 {
     PruebaCFDI.WsFacturador.obtenerTimbradoRequest inValue = new PruebaCFDI.WsFacturador.obtenerTimbradoRequest();
     inValue.Body             = new PruebaCFDI.WsFacturador.obtenerTimbradoRequestBody();
     inValue.Body.CFDIcliente = CFDIcliente;
     inValue.Body.Usuario     = Usuario;
     inValue.Body.password    = password;
     return(((PruebaCFDI.WsFacturador.wsTimbradoSoap)(this)).obtenerTimbradoAsync(inValue));
 }
示例#2
0
 public System.Xml.Linq.XElement obtenerTimbrado(string CFDIcliente, string Usuario, string password)
 {
     PruebaCFDI.WsFacturador.obtenerTimbradoRequest inValue = new PruebaCFDI.WsFacturador.obtenerTimbradoRequest();
     inValue.Body             = new PruebaCFDI.WsFacturador.obtenerTimbradoRequestBody();
     inValue.Body.CFDIcliente = CFDIcliente;
     inValue.Body.Usuario     = Usuario;
     inValue.Body.password    = password;
     PruebaCFDI.WsFacturador.obtenerTimbradoResponse retVal = ((PruebaCFDI.WsFacturador.wsTimbradoSoap)(this)).obtenerTimbrado(inValue);
     return(retVal.Body.obtenerTimbradoResult);
 }
示例#3
0
 System.Threading.Tasks.Task <PruebaCFDI.WsFacturador.obtenerTimbradoResponse> PruebaCFDI.WsFacturador.wsTimbradoSoap.obtenerTimbradoAsync(PruebaCFDI.WsFacturador.obtenerTimbradoRequest request)
 {
     return(base.Channel.obtenerTimbradoAsync(request));
 }
示例#4
0
 PruebaCFDI.WsFacturador.obtenerTimbradoResponse PruebaCFDI.WsFacturador.wsTimbradoSoap.obtenerTimbrado(PruebaCFDI.WsFacturador.obtenerTimbradoRequest request)
 {
     return(base.Channel.obtenerTimbrado(request));
 }