Sha256: 671da429a6c08601fb9b723072a7b90d8b1f729e14e479433f05f72e943b5461

Contents?: true

Size: 874 Bytes

Versions: 5

Compression:

Stored size: 874 Bytes

Contents

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <soap:Body>
    <ConsultarNfseRpsResponse xmlns="http://nfse.goiania.go.gov.br/ws/">
      <ConsultarNfseRpsResult>
        <![CDATA[
          <ConsultarNfseRpsResposta xmlns="http://nfse.goiania.go.gov.br/xsd/nfse_gyn_v02.xsd">
            <ListaMensagemRetorno>
              <MensagemRetorno>
                <Codigo>L031</Codigo>
                <Mensagem>RPS NAO ENCONTRADO</Mensagem>
                <Correcao>RPS NAO ENCONTRADO</Correcao>
              </MensagemRetorno>
            </ListaMensagemRetorno>
          </ConsultarNfseRpsResposta>
        ]]>
      </ConsultarNfseRpsResult>
    </ConsultarNfseRpsResponse>
  </soap:Body>
</soap:Envelope>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
nfse_gyn-0.3.0 spec/fixtures/xmls/invalid_consultar_nfse_response.xml
nfse_gyn-0.2.0 spec/fixtures/xmls/invalid_consultar_nfse_response.xml
nfse_gyn-0.1.2 spec/fixtures/xmls/invalid_consultar_nfse_response.xml
nfse_gyn-0.1.1 spec/fixtures/xmls/invalid_consultar_nfse_response.xml
nfse_gyn-0.1.0 spec/fixtures/xmls/invalid_consultar_nfse_response.xml