Webservice status configuration query GNRE

2

I'm having trouble querying the settings of some webservice states of the web using the 100099 recipe, 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:

link

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>
    
asked by anonymous 19.05.2015 / 15:41

0 answers