Pessoal do IPM me responderam:
Esse erro ocorre porque você está utilizando o layout de consulta de um lote para consultar uma nota, favor seguinte layout.
<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:net="net.atende">
<soapenv:Header/>
<soapenv:Body>
<net:ConsultarNfseFaixaEnvio>
<Prestador>
<CpfCnpj>
<Cnpj>?????????</Cnpj>
</CpfCnpj>
<InscricaoMunicipal>????????</InscricaoMunicipal>
</Prestador>
<Faixa>
<NumeroNfseInicial>?????</NumeroNfseInicial>
<NumeroNfseFinal>???????</NumeroNfseFinal>
</Faixa>
<Pagina>1</Pagina>
</net:ConsultarNfseFaixaEnvio>
</soapenv:Body>
</soapenv:Envelope>
esse é o ConsultarNFSePorFaixa
Consegui emitir a NFSe em homologação. Mas cada serviço (emitir, consulta, consultar autencidade) teve quer ser liberado)