GNRE web service status query

Asked

Viewed 807 times

2

I’m having trouble checking the settings of some states of the gnre webservice using the recipe 100099, if you use another recipe (100048 for example), it returns OK, in the case of 100099, it reports the error:

java.rmi.Remoteexception: Error generating response XML

endpoint:

https://www.gnre.pe.gov.br/gnreWS/services/GnreConfigUF

Shipping envelope

<?xml version='1.0' encoding='utf-8'?>
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
    <soapenv:Header>
        <gnreCabecMsg soapenv:mustUnderstand="false" xmlns="http://www.gnre.pe.gov.br/webservice/GnreConfigUF">
            <versaoDados>1.00</versaoDados>
        </gnreCabecMsg>
    </soapenv:Header>
    <soapenv:Body>
        <gnreDadosMsg xmlns="http://www.gnre.pe.gov.br/webservice/GnreConfigUF">
            <TConsultaConfigUf xmlns="http://www.gnre.pe.gov.br">
                <ambiente>1</ambiente>
                <uf>MS</uf>
                <receita>100099</receita>
            </TConsultaConfigUf>
        </gnreDadosMsg>
    </soapenv:Body>
</soapenv:Envelope>

Return envelope

<?xml version='1.0' encoding='utf-8'?>
<soapenv:Envelope xmlns:soapenv="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">
    <soapenv:Body>
        <soapenv:Fault>
            <soapenv:Code>
                <soapenv:Value>soapenv:Server.userException</soapenv:Value>
            </soapenv:Code>
            <soapenv:Reason>
                <soapenv:Text xml:lang="en">java.rmi.RemoteException: Erro ao gerar XML de resposta</soapenv:Text>
            </soapenv:Reason>
            <soapenv:Detail>
                <ns1:hostname xmlns:ns1="http://xml.apache.org/axis/">sf025870.sefaz.pe.gov.br</ns1:hostname>
            </soapenv:Detail>
        </soapenv:Fault>
    </soapenv:Body>
</soapenv:Envelope>
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.