All services are working on my component, only this error service when trying to consume, it follows my XML soap
that I am sending
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
<soap:Header>
<nfeCabecMsg xmlns="http://www.portalfiscal.inf.br/nfe/wsdl/NFeDistribuicaoDFe">
<cUF>24</cUF>
<versaoDados>1.00</versaoDados>
</nfeCabecMsg>
</soap:Header>
<soap:Body>
<nfeDadosMsg xmlns="http://www.portalfiscal.inf.br/nfe/wsdl/NFeDistribuicaoDFe">
<distDFeInt versao="1.00" xmlns="http://www.portalfiscal.inf.br/nfe" >
<tpAmb>2</tpAmb>
<cUFAutor>24</cUFAutor>
<CNPJ>35744157000106</CNPJ>
<distNSU>
<ultNSU>0</ultNSU>
</distNSU>
</distDFeInt>
</nfeDadosMsg>
</soap:Body>
</soap:Envelope>
Return XML is
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<soap:Fault>
<soap:Code>
<soap:Value>soap:Receiver</soap:Value>
</soap:Code>
<soap:Reason>
<soap:Text xml:lang="en">Server was unable to process request. ---> Object reference not set to an instance of an object.</soap:Text>
</soap:Reason>
<soap:Detail />
</soap:Fault>
</soap:Body>
</soap:Envelope>
What's wrong with my sending XML? being that it is the same process of generating the XML for the other services that are working.
Does anyone have a SOAP sending XML from NFeDistribuicaoDFe
working?
Webservice:
hom.nfe.fazenda.gov.br/NFeDistribuicaoDFe/NFeDistribuicaoDFe.asmx
Technical note used
link (NT2014.002_v1.01_WS_Distribution_DFE.pdf)