Example #1
0
 public System.Xml.XmlNode nfeConsultaNF(System.Xml.XmlNode nfeDadosMsg)
 {
     DFe_Util_HM.NFeConsultaProtocolo4.nfeConsultaNFRequest inValue = new DFe_Util_HM.NFeConsultaProtocolo4.nfeConsultaNFRequest();
     inValue.nfeDadosMsg = nfeDadosMsg;
     DFe_Util_HM.NFeConsultaProtocolo4.nfeConsultaNFResponse retVal = ((DFe_Util_HM.NFeConsultaProtocolo4.NFeConsultaProtocolo4Soap12)(this)).nfeConsultaNF(inValue);
     return(retVal.nfeResultMsg);
 }
Example #2
0
 public System.Threading.Tasks.Task <DFe_Util_HM.NFeConsultaProtocolo4.nfeConsultaNFResponse> nfeConsultaNFAsync(System.Xml.XmlNode nfeDadosMsg)
 {
     DFe_Util_HM.NFeConsultaProtocolo4.nfeConsultaNFRequest inValue = new DFe_Util_HM.NFeConsultaProtocolo4.nfeConsultaNFRequest();
     inValue.nfeDadosMsg = nfeDadosMsg;
     return(((DFe_Util_HM.NFeConsultaProtocolo4.NFeConsultaProtocolo4Soap12)(this)).nfeConsultaNFAsync(inValue));
 }
Example #3
0
 DFe_Util_HM.NFeConsultaProtocolo4.nfeConsultaNFResponse DFe_Util_HM.NFeConsultaProtocolo4.NFeConsultaProtocolo4Soap12.nfeConsultaNF(DFe_Util_HM.NFeConsultaProtocolo4.nfeConsultaNFRequest request)
 {
     return(base.Channel.nfeConsultaNF(request));
 }
Example #4
0
 System.Threading.Tasks.Task <DFe_Util_HM.NFeConsultaProtocolo4.nfeConsultaNFResponse> DFe_Util_HM.NFeConsultaProtocolo4.NFeConsultaProtocolo4Soap12.nfeConsultaNFAsync(DFe_Util_HM.NFeConsultaProtocolo4.nfeConsultaNFRequest request)
 {
     return(base.Channel.nfeConsultaNFAsync(request));
 }