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