Ejemplo n.º 1
0
 public EnviarCancelacionPFXRequestBody(string usuario, string password, PruebaCFDI.WsFacturador.ArrayOfString uuids, byte[] pfx, string passwordPfx, string rfc)
 {
     this.usuario     = usuario;
     this.password    = password;
     this.uuids       = uuids;
     this.pfx         = pfx;
     this.passwordPfx = passwordPfx;
     this.rfc         = rfc;
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <PruebaCFDI.WsFacturador.EnviarCancelacionPFXResponse> EnviarCancelacionPFXAsync(string usuario, string password, PruebaCFDI.WsFacturador.ArrayOfString uuids, byte[] pfx, string passwordPfx, string rfc)
 {
     PruebaCFDI.WsFacturador.EnviarCancelacionPFXRequest inValue = new PruebaCFDI.WsFacturador.EnviarCancelacionPFXRequest();
     inValue.Body             = new PruebaCFDI.WsFacturador.EnviarCancelacionPFXRequestBody();
     inValue.Body.usuario     = usuario;
     inValue.Body.password    = password;
     inValue.Body.uuids       = uuids;
     inValue.Body.pfx         = pfx;
     inValue.Body.passwordPfx = passwordPfx;
     inValue.Body.rfc         = rfc;
     return(((PruebaCFDI.WsFacturador.wsTimbradoSoap)(this)).EnviarCancelacionPFXAsync(inValue));
 }
Ejemplo n.º 3
0
 public System.Xml.Linq.XElement EnviarCancelacionPFX(string usuario, string password, PruebaCFDI.WsFacturador.ArrayOfString uuids, byte[] pfx, string passwordPfx, string rfc)
 {
     PruebaCFDI.WsFacturador.EnviarCancelacionPFXRequest inValue = new PruebaCFDI.WsFacturador.EnviarCancelacionPFXRequest();
     inValue.Body             = new PruebaCFDI.WsFacturador.EnviarCancelacionPFXRequestBody();
     inValue.Body.usuario     = usuario;
     inValue.Body.password    = password;
     inValue.Body.uuids       = uuids;
     inValue.Body.pfx         = pfx;
     inValue.Body.passwordPfx = passwordPfx;
     inValue.Body.rfc         = rfc;
     PruebaCFDI.WsFacturador.EnviarCancelacionPFXResponse retVal = ((PruebaCFDI.WsFacturador.wsTimbradoSoap)(this)).EnviarCancelacionPFX(inValue);
     return(retVal.Body.EnviarCancelacionPFXResult);
 }