public NastiAplicacion.ServiceReference1.respuestaSolicitud validarComprobante(byte[] xml) { NastiAplicacion.ServiceReference1.validarComprobante inValue = new NastiAplicacion.ServiceReference1.validarComprobante(); inValue.xml = xml; NastiAplicacion.ServiceReference1.validarComprobanteResponse retVal = ((NastiAplicacion.ServiceReference1.RecepcionComprobantesOffline)(this)).validarComprobante(inValue); return(retVal.RespuestaRecepcionComprobante); }
public System.Threading.Tasks.Task <NastiAplicacion.ServiceReference1.validarComprobanteResponse> validarComprobanteAsync(byte[] xml) { NastiAplicacion.ServiceReference1.validarComprobante inValue = new NastiAplicacion.ServiceReference1.validarComprobante(); inValue.xml = xml; return(((NastiAplicacion.ServiceReference1.RecepcionComprobantesOffline)(this)).validarComprobanteAsync(inValue)); }
System.Threading.Tasks.Task <NastiAplicacion.ServiceReference1.validarComprobanteResponse> NastiAplicacion.ServiceReference1.RecepcionComprobantesOffline.validarComprobanteAsync(NastiAplicacion.ServiceReference1.validarComprobante request) { return(base.Channel.validarComprobanteAsync(request)); }
NastiAplicacion.ServiceReference1.validarComprobanteResponse NastiAplicacion.ServiceReference1.RecepcionComprobantesOffline.validarComprobante(NastiAplicacion.ServiceReference1.validarComprobante request) { return(base.Channel.validarComprobante(request)); }