├── .gitignore ├── CHANGELOG.md ├── CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── MODELAGEM.md ├── README.md ├── VERSION.txt ├── bootstrap.php ├── composer.json ├── composer.lock ├── examples ├── Abrasf │ ├── .gitkeep │ ├── SJBoaVista │ │ ├── testCancelarNfse.php │ │ ├── testConsultarLoteRps.php │ │ ├── testConsultarNfse.php │ │ ├── testConsultarNfsePorRps.php │ │ ├── testConsultarSituacaoLoteRps.php │ │ └── testEnvioRps.php │ └── SJP │ │ ├── ConsultarNfsePorRps.php │ │ ├── testCancelarNfse.php │ │ ├── testConsultarLoteRps.php │ │ ├── testConsultarNfse.php │ │ ├── testConsultarSituacaoLoteRps.php │ │ └── testEnvioRps.php ├── Betha │ ├── testCancelarNfse.php │ ├── testConsultarLoteRps.php │ ├── testConsultarNfsePorFaixa.php │ ├── testConsultarNfsePorRps.php │ ├── testConsultarNfseServicoPrestado.php │ ├── testConsultarNfseServicoTomado.php │ ├── testEnvioRps.php │ ├── testEnvioRpsSincrono.php │ └── testGerarNfseRps.php ├── Dsfnet │ └── .gitkeep ├── Ginfes │ └── .gitkeep ├── IPM │ ├── testCancelarNota.php │ ├── testConsultarNotas.php │ ├── testGerarNota.php │ └── testSolicitarCancelamento.php ├── Infisc │ ├── testEnvio.php │ ├── testPedidoCancelaNFSe.php │ ├── testPedidoNFSe.php │ ├── testPedidoNFSePDF.php │ └── testPedidoStatusLote.php ├── Prodam │ ├── testTesteEnvioLoteRPS.php │ ├── testeCancelamentoNFSe.php │ ├── testeConsultaCNPJ.php │ ├── testeConsultaInformacoesLote.php │ ├── testeConsultaLote.php │ ├── testeConsultaNFSe.php │ ├── testeConsultaNFSeEmitidas.php │ └── testeConsultaNFSeRecebidas.php ├── Publica │ ├── testCancelarNota.php │ ├── testCartaCorrecaoNfseEnvio.php │ ├── testConsultarLoteRps.php │ ├── testConsultarNfsePorFaixa.php │ ├── testConsultarNfsePorRps.php │ ├── testConsultarNfseRecebida.php │ ├── testConsultarSituacaoLoteRps.php │ ├── testGerarNfse.php │ └── testRecepcionarLoteRps.php ├── SIGISS │ ├── .gitkeep │ ├── GovernadorValadares │ │ └── testGerarNota.php │ └── Londrina │ │ ├── testCancelarNfse.php │ │ ├── testConsultarCadastro.php │ │ ├── testConsultarNfse.php │ │ ├── testConsultarRps.php │ │ └── testGerarNota.php └── issnet │ ├── testCancelarNfse.php │ ├── testConsultarLoteRps.php │ ├── testConsultarNfse.php │ ├── testConsultarSituacaoLoteRps.php │ └── testEnvioRps.php ├── phpunit.xml.dist ├── schemes ├── Counties │ └── M4106902 │ │ └── v100 │ │ ├── nfse_v100.xsd │ │ └── xmldsig-core-schema20020212.xsd ├── Infisc │ └── v01 │ │ ├── SchemaCaxias-NFSe.xsd │ │ └── xmldsig-core-schema_v1.01.xsd └── Models │ ├── Abaco │ └── v2010 │ │ ├── nfse_v2010.xsd │ │ └── xmldsig-core-schema20020212.xsd │ ├── Abrasf │ ├── SJP │ │ └── v300 │ │ │ ├── cabecalho_v03.xsd │ │ │ ├── servico_cancelar_nfse_envio_v03.xsd │ │ │ ├── servico_cancelar_nfse_resposta_v03.xsd │ │ │ ├── servico_consultar_lote_rps_envio_v03.xsd │ │ │ ├── servico_consultar_lote_rps_resposta_v03.xsd │ │ │ ├── servico_consultar_nfse_envio_v03.xsd │ │ │ ├── servico_consultar_nfse_resposta_v03.xsd │ │ │ ├── servico_consultar_nfse_rps_envio_v03.xsd │ │ │ ├── servico_consultar_nfse_rps_resposta_v03.xsd │ │ │ ├── servico_consultar_situacao_lote_rps_envio_v03.xsd │ │ │ ├── servico_consultar_situacao_lote_rps_resposta_v03.xsd │ │ │ ├── servico_enviar_lote_rps_envio_v03.xsd │ │ │ ├── servico_enviar_lote_rps_resposta_v03.xsd │ │ │ ├── tipos_v03.xsd │ │ │ └── xmldsig-core-schema20020212_v03.xsd │ ├── v100 │ │ ├── nfse_v100.xsd │ │ └── xmldsig-core-schema20020212.xsd │ ├── v201 │ │ ├── nfse_v201.xsd │ │ └── xmldsig-core-schema20020212.xsd │ ├── v202 │ │ ├── nfse_v202.xsd │ │ └── xmldsig-core-schema20020212.xsd │ └── v203 │ │ ├── nfse_v203.xsd │ │ └── xmldsig-core-schema20020212.xsd │ ├── BHISS │ └── v100 │ │ ├── nfse_v100.xsd │ │ └── xmldsig-core-schema20020212.xsd │ ├── Betha │ └── v202 │ │ ├── nfse_v202.xsd │ │ └── xmldsig-core-schema20020212.xsd │ ├── Dsfnet │ ├── v01 │ │ ├── ConsultaSeqRps.xsd │ │ ├── ReqCancelamentoNFSe.xsd │ │ ├── ReqConsultaLote.xsd │ │ ├── ReqConsultaNFSeRPS.xsd │ │ ├── ReqConsultaNotas.xsd │ │ ├── ReqEnvioLoteRPS.xsd │ │ ├── RetornoCancelamentoNFSe.xsd │ │ ├── RetornoConsultaLote.xsd │ │ ├── RetornoConsultaNFSeRPS.xsd │ │ ├── RetornoConsultaNotas.xsd │ │ ├── RetornoConsultaSeqRps.xsd │ │ ├── RetornoEnvioLoteRPS.xsd │ │ ├── Tipos.xsd │ │ ├── vssver.scc │ │ └── xmldsig-core-schema_v1.01.xsd │ └── vx1 │ │ ├── ConsultaSeqRps.xsd │ │ ├── ReqCancelamentoNFSe.xsd │ │ ├── ReqConsultaLote.xsd │ │ ├── ReqConsultaNFSeRPS.xsd │ │ ├── ReqConsultaNotas.xsd │ │ ├── ReqEnvioLoteRPS.xsd │ │ ├── RetornoCancelamentoNFSe.xsd │ │ ├── RetornoConsultaLote.xsd │ │ ├── RetornoConsultaNFSeRPS.xsd │ │ ├── RetornoConsultaNotas.xsd │ │ ├── RetornoConsultaSeqRps.xsd │ │ ├── RetornoEnvioLoteRPS.xsd │ │ ├── Tipos.xsd │ │ └── xmldsig-core-schema_v1.01.xsd │ ├── Ginfes │ ├── cabecalho_v03.xsd │ ├── servico_cancelar_nfse_envio_v03.xsd │ ├── servico_cancelar_nfse_resposta_v03.xsd │ ├── servico_consultar_lote_rps_envio_v03.xsd │ ├── servico_consultar_lote_rps_resposta_v03.xsd │ ├── servico_consultar_nfse_envio_v03.xsd │ ├── servico_consultar_nfse_resposta_v03.xsd │ ├── servico_consultar_nfse_rps_envio_v03.xsd │ ├── servico_consultar_nfse_rps_resposta_v03.xsd │ ├── servico_consultar_situacao_lote_rps_envio_v03.xsd │ ├── servico_consultar_situacao_lote_rps_resposta_v03.xsd │ ├── servico_enviar_lote_rps_envio_v03.xsd │ ├── servico_enviar_lote_rps_resposta_v03.xsd │ ├── tipos_v03.xsd │ └── xmldsig-core-schema20020212_v03.xsd │ ├── Goiania │ └── v02 │ │ ├── nfse_v02.xsd │ │ └── xmldsig-core-schema20020212.xsd │ ├── Issnet │ └── v01 │ │ ├── servico_cancelar_nfse_envio.xsd │ │ ├── servico_cancelar_nfse_resposta.xsd │ │ ├── servico_consultar_lote_rps_envio.xsd │ │ ├── servico_consultar_lote_rps_resposta.xsd │ │ ├── servico_consultar_nfse_envio.xsd │ │ ├── servico_consultar_nfse_resposta.xsd │ │ ├── servico_consultar_nfse_rps_envio.xsd │ │ ├── servico_consultar_nfse_rps_resposta.xsd │ │ ├── servico_consultar_situacao_lote_rps_envio.xsd │ │ ├── servico_consultar_situacao_lote_rps_resposta.xsd │ │ ├── servico_consultar_url_visualizacao_nfse_envio.xsd │ │ ├── servico_consultar_url_visualizacao_nfse_serie_envio.xsd │ │ ├── servico_enviar_lote_rps_envio.xsd │ │ ├── servico_enviar_lote_rps_resposta.xsd │ │ ├── tipos_complexos.xsd │ │ ├── tipos_simples.xsd │ │ └── xmldsig-core-schema20020212.xsd │ ├── Prodam │ └── v01 │ │ ├── PedidoCancelamentoLote_v01.xsd │ │ ├── PedidoCancelamentoNFe_v01.xsd │ │ ├── PedidoConsultaCNPJ_v01.xsd │ │ ├── PedidoConsultaLote_v01.xsd │ │ ├── PedidoConsultaNFePeriodo_v01.xsd │ │ ├── PedidoConsultaNFe_v01.xsd │ │ ├── PedidoEnvioLoteRPS_v01.xsd │ │ ├── PedidoEnvioRPS_v01.xsd │ │ ├── PedidoInformacoesLote_v01.xsd │ │ ├── RetornoCancelamentoNFe_v01.xsd │ │ ├── RetornoConsultaCNPJ_v01.xsd │ │ ├── RetornoConsulta_v01.xsd │ │ ├── RetornoEnvioLoteRPS_v01.xsd │ │ ├── RetornoEnvioRPS_v01.xsd │ │ ├── RetornoInformacoesLote_v01.xsd │ │ ├── TiposNFe_v01.xsd │ │ └── xmldsig-core-schema_v01.xsd │ ├── Publica │ └── v300 │ │ ├── schema_nfse_v300.xsd │ │ └── xmldsig-core-schema20020212.xsd │ ├── SIGISS │ └── Londrina │ │ └── v103 │ │ └── nfse-londrina-schema-v1_03.xsd │ └── Simpliss │ └── v100 │ ├── nfse_100.xsd │ ├── servico_cancelar_nfse_envio.xsd │ ├── servico_cancelar_nfse_resposta.xsd │ ├── servico_consultar_lote_rps_envio.xsd │ ├── servico_consultar_lote_rps_resposta.xsd │ ├── servico_consultar_nfse_envio.xsd │ ├── servico_consultar_nfse_resposta.xsd │ ├── servico_consultar_nfse_rps_envio.xsd │ ├── servico_consultar_nfse_rps_resposta.xsd │ ├── servico_consultar_situacao_lote_rps_envio.xsd │ ├── servico_consultar_situacao_lote_rps_resposta.xsd │ ├── servico_enviar_lote_rps_envio.xsd │ └── servico_enviar_lote_rps_resposta.xsd ├── src ├── Common │ ├── DOMImproved.php │ ├── DateTime.php │ ├── EntitiesCharacters.php │ ├── Factory.php │ ├── Header.php │ ├── Logger.php │ ├── Response.php │ ├── Rps.php │ └── Tools.php ├── Counties │ ├── M1302603 │ │ ├── .Manaus_AM │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M1501402 │ │ ├── .Belem_PA │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M1702109 │ │ ├── .Araguaina_TO │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M2111300 │ │ ├── .Sao_Luis_MA │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M2211001 │ │ ├── .Teresina_PI │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M2927408 │ │ ├── .Salvador_BA │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3106200 │ │ ├── .Belo_Horizonte_MG │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3127701 │ │ ├── .Governador_Valadares_MG │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3131703 │ │ ├── .Itabira_MG │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ ├── SoapCurl.php │ │ └── Tools.php │ ├── M3139607 │ │ ├── .Mantena_MG │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3157203 │ │ ├── .SantaBarbara_MG │ │ ├── Convert.php │ │ ├── RenderRps.php │ │ ├── Response.php │ │ ├── Rps.php │ │ ├── SignerRps.php │ │ ├── SoapCurl.php │ │ ├── Tools.php │ │ └── v203 │ │ │ ├── CancelarNfse.php │ │ │ ├── ConsultarLoteRps.php │ │ │ └── RecepcionarLoteRps.php │ ├── M3169307 │ │ ├── .Tres_Coracoes_MG │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3170206 │ │ ├── .Uberlandia_MG │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3304557 │ │ ├── .Rio_de_Janeiro_RJ │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3502101 │ │ ├── .Andradina_SP │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3502507 │ │ ├── .Aparecida_SP │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3509502 │ │ ├── .Campinas_SP │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3522307 │ │ ├── .Itapetininga_SP │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3524402 │ │ ├── .Jacarei_SP │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3524709 │ │ ├── .Jaguariuna_SP │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3526902 │ │ ├── .Limeira_SP │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3527207 │ │ ├── .Lorena_SP │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3530607 │ │ ├── .Mogi_das_Cruzes_SP │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3541000 │ │ ├── .Praia_Grande_SP │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3543402 │ │ ├── .Ribeirao_Preto_SP │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3549102 │ │ ├── .SaoJoaoBoaVista_MG │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3550308 │ │ ├── .Sao_Paulo_SP │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3551009 │ │ ├── .Sao_Vicente_SP │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3551504 │ │ ├── .Serrana_SP │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3552205 │ │ ├── .Sorocaba_SP │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M4104808 │ │ ├── .Cascavel_PR │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M4105805 │ │ ├── .Colombo_PR │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M4106902 │ │ ├── .Curitiba_PR │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M4113700 │ │ ├── .Londrina_PR │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ ├── Tools.php │ │ └── v103 │ │ │ ├── CancelarNota.php │ │ │ ├── ConsultarCadastro.php │ │ │ ├── ConsultarNfse.php │ │ │ ├── ConsultarRps.php │ │ │ └── GerarNota.php │ ├── M4115200 │ │ ├── .Maringa_PR │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M4118402 │ │ ├── .Paranavai_PR │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M4125506 │ │ ├── .Sao_Jose_dos_Pinhais_PR │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ ├── SoapCurl.php │ │ ├── Tools.php │ │ └── v300 │ │ │ ├── ConsultarLoteRps.php │ │ │ ├── ConsultarNfse.php │ │ │ ├── ConsultarNfsePorFaixa.php │ │ │ ├── ConsultarNfsePorRps.php │ │ │ ├── ConsultarNfseServicoPrestado.php │ │ │ ├── ConsultarNfseServicoTomado.php │ │ │ ├── ConsultarSituacaoLoteRps.php │ │ │ ├── GerarNfse.php │ │ │ ├── RecepcionarLoteRps.php │ │ │ ├── RecepcionarLoteRpsSincrono.php │ │ │ ├── RenderRps.php │ │ │ ├── Response.php │ │ │ └── SubstituirNfse.php │ ├── M4203006 │ │ ├── .Cacador_SC │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M4216602 │ │ ├── .Sao_Jose_SC │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M4301602 │ │ ├── .Bage_RS │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ ├── SoapCurl.php │ │ └── Tools.php │ ├── M4305108 │ │ ├── .Caxias_do_Sul_RS │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M4306106 │ │ ├── .Cruz_Alta_RS │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M4313409 │ │ ├── .Novo_Hamburgo_RS │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M4314902 │ │ ├── .Porto_Alegre_RS │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M4316907 │ │ ├── .Santa_Maria_RS │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M5002209 │ │ ├── .Bonito_MS │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M5002704 │ │ ├── .Campo_Grande_MS │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M5003702 │ │ ├── .Dourados_MT │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M5005707 │ │ ├── .Navirai_MS │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M5006002 │ │ ├── .Nova_Alvorada_do_Sul_MS │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M5007208 │ │ ├── .Rio_Brilhante_MS │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M5007901 │ │ ├── .Sidrolandia_MS │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M5100250 │ │ ├── .Alta_Floresta_MT │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M5103403 │ │ ├── .Cuiaba_MT │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M5105101 │ │ ├── .Juara_MT │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M5105903 │ │ ├── .Nobres_MT │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M5106232 │ │ ├── .Nova_Olimpia_MT │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M5107925 │ │ ├── .Sorriso_MT │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M5108402 │ │ ├── .Varzea_Grande_MT │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M5201108 │ │ ├── .Anapolis_GO │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M5201405 │ │ ├── .Aparecida_de_Goiania_GO │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ └── M5208707 │ │ ├── .Goiania_GO │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php ├── Models │ ├── Abaco │ │ ├── Convert.php │ │ ├── Factories │ │ │ └── v2010 │ │ │ │ ├── ConsultarLoteRps.php │ │ │ │ └── RecepcionarLoteRps.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── Abrasf │ │ ├── Convert.php │ │ ├── Factories │ │ │ ├── CancelarNfse.php │ │ │ ├── ConsultarLoteRps.php │ │ │ ├── ConsultarNfsePorFaixa.php │ │ │ ├── ConsultarNfsePorRps.php │ │ │ ├── ConsultarNfseServicoPrestado.php │ │ │ ├── ConsultarNfseServicoTomado.php │ │ │ ├── Factory.php │ │ │ ├── GerarNfse.php │ │ │ ├── Header.php │ │ │ ├── RecepcionarLoteRps.php │ │ │ ├── RecepcionarLoteRpsSincrono.php │ │ │ ├── Signer.php │ │ │ ├── SignerRps.php │ │ │ ├── SubstituirNfse.php │ │ │ ├── v100 │ │ │ │ ├── ConsultarLoteRps.php │ │ │ │ ├── RecepcionarLoteRps.php │ │ │ │ ├── RenderRps.php │ │ │ │ └── Response.php │ │ │ ├── v200 │ │ │ │ ├── CancelarNfse.php │ │ │ │ ├── ConsultarLoteRps.php │ │ │ │ ├── ConsultarNfsePorFaixa.php │ │ │ │ ├── ConsultarNfsePorRps.php │ │ │ │ ├── ConsultarNfseServicoPrestado.php │ │ │ │ ├── ConsultarNfseServicoTomado.php │ │ │ │ ├── GerarNfse.php │ │ │ │ ├── RecepcionarLoteRps.php │ │ │ │ ├── RecepcionarLoteRpsSincrono.php │ │ │ │ ├── RenderRps.php │ │ │ │ ├── Response.php │ │ │ │ └── SubstituirNfse.php │ │ │ ├── v201 │ │ │ │ ├── CancelarNfse.php │ │ │ │ ├── ConsultarLoteRps.php │ │ │ │ ├── ConsultarNfsePorFaixa.php │ │ │ │ ├── ConsultarNfsePorRps.php │ │ │ │ ├── ConsultarNfseServicoPrestado.php │ │ │ │ ├── ConsultarNfseServicoTomado.php │ │ │ │ ├── GerarNfse.php │ │ │ │ ├── RecepcionarLoteRps.php │ │ │ │ ├── RecepcionarLoteRpsSincrono.php │ │ │ │ ├── RenderRps.php │ │ │ │ ├── Response.php │ │ │ │ └── SubstituirNfse.php │ │ │ ├── v202 │ │ │ │ ├── CancelarNfse.php │ │ │ │ ├── ConsultarLoteRps.php │ │ │ │ ├── ConsultarNfsePorFaixa.php │ │ │ │ ├── ConsultarNfsePorRps.php │ │ │ │ ├── ConsultarNfseServicoPrestado.php │ │ │ │ ├── ConsultarNfseServicoTomado.php │ │ │ │ ├── GerarNfse.php │ │ │ │ ├── RecepcionarLoteRps.php │ │ │ │ ├── RecepcionarLoteRpsSincrono.php │ │ │ │ ├── RenderRps.php │ │ │ │ ├── Response.php │ │ │ │ └── SubstituirNfse.php │ │ │ └── v203 │ │ │ │ ├── CancelarNfse.php │ │ │ │ ├── ConsultarLoteRps.php │ │ │ │ ├── ConsultarNfsePorFaixa.php │ │ │ │ ├── ConsultarNfsePorRps.php │ │ │ │ ├── ConsultarNfseServicoPrestado.php │ │ │ │ ├── ConsultarNfseServicoTomado.php │ │ │ │ ├── GerarNfse.php │ │ │ │ ├── RecepcionarLoteRps.php │ │ │ │ ├── RecepcionarLoteRpsSincrono.php │ │ │ │ ├── RenderRps.php │ │ │ │ ├── Response.php │ │ │ │ └── SubstituirNfse.php │ │ ├── NfseServicoPrestado.php │ │ ├── NfseServicoTomado.php │ │ ├── RenderRps.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── BHISS │ │ ├── Convert.php │ │ ├── Factories │ │ │ ├── SignerRps.php │ │ │ └── v100 │ │ │ │ ├── ConsultarLoteRps.php │ │ │ │ ├── RecepcionarLoteRps.php │ │ │ │ └── RenderRps.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── Betha │ │ ├── Convert.php │ │ ├── Factories │ │ │ └── v202 │ │ │ │ ├── CancelarNfse.php │ │ │ │ ├── ConsultarLoteRps.php │ │ │ │ ├── ConsultarNfsePorFaixa.php │ │ │ │ ├── ConsultarNfsePorRps.php │ │ │ │ ├── ConsultarNfseServicoPrestado.php │ │ │ │ ├── ConsultarNfseServicoTomado.php │ │ │ │ ├── GerarNfse.php │ │ │ │ ├── RecepcionarLoteRps.php │ │ │ │ ├── RecepcionarLoteRpsSincrono.php │ │ │ │ └── RenderRps.php │ │ ├── Factory.php │ │ ├── RecepcionarLoteRps.php │ │ ├── RenderRps.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── Dsfnet │ │ ├── Convert.php │ │ ├── Factories │ │ │ ├── Cancelar.php │ │ │ ├── ConsultarLote.php │ │ │ ├── ConsultarNFSeRps.php │ │ │ ├── ConsultarNota.php │ │ │ ├── ConsultarSequencialRps.php │ │ │ ├── Enviar.php │ │ │ ├── Factory.php │ │ │ └── Header.php │ │ ├── RenderRPS.php │ │ ├── Response.php │ │ ├── Rps.php │ │ ├── SoapCurl.php │ │ └── Tools.php │ ├── ETransparencia │ │ ├── Convert.php │ │ ├── Factories │ │ │ ├── CancelaNotaEletronica.php │ │ │ ├── CancelaNotaEletronicaV3.php │ │ │ ├── ConsultaNotasProtocolo.php │ │ │ ├── ConsultaProtocolo.php │ │ │ ├── ConsultaProtocoloRPS.php │ │ │ ├── Factory.php │ │ │ ├── Header.php │ │ │ ├── ProcessarLoteRPS.php │ │ │ ├── ProcessarRPS.php │ │ │ ├── VerificaLoteRPS.php │ │ │ └── VerificaRPS.php │ │ ├── RenderRps.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── Ginfes │ │ ├── Convert.php │ │ ├── Factories │ │ │ ├── CancelarNfse.php │ │ │ ├── CancelarNfseV3.php │ │ │ ├── ConsultarLoteRps.php │ │ │ ├── ConsultarLoteRpsV3.php │ │ │ ├── ConsultarNfse.php │ │ │ ├── ConsultarNfsePorRps.php │ │ │ ├── ConsultarNfsePorRpsV3.php │ │ │ ├── ConsultarNfseV3.php │ │ │ ├── ConsultarSituacaoLoteRps.php │ │ │ ├── ConsultarSituacaoLoteRpsV3.php │ │ │ ├── Factory.php │ │ │ ├── Header.php │ │ │ ├── RecepcionarLoteRps.php │ │ │ └── RecepcionarLoteRpsV3.php │ │ ├── RenderRps.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── Goiania │ │ ├── Convert.php │ │ ├── Factories │ │ │ └── v02 │ │ │ │ ├── ConsultarLoteRps.php │ │ │ │ ├── GerarNfse.php │ │ │ │ ├── RecepcionarLoteRps.php │ │ │ │ └── RenderRps.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── IPM │ │ ├── CancelarRps.php │ │ ├── Convert.php │ │ ├── Factories │ │ │ ├── Factory.php │ │ │ ├── Signer.php │ │ │ └── v100 │ │ │ │ ├── CancelarNota.php │ │ │ │ ├── ConsultarCidadeSerieNumeroRps.php │ │ │ │ ├── ConsultarCodigoAutenticidade.php │ │ │ │ ├── ConsultarNumeroSerieCadastro.php │ │ │ │ ├── GerarNota.php │ │ │ │ ├── RecepcionarLoteRps.php │ │ │ │ └── SolicitarCancelamentoNota.php │ │ ├── ItensRps.php │ │ ├── Response.php │ │ ├── Rps.php │ │ ├── SoapCurl.php │ │ └── Tools.php │ ├── Infisc │ │ ├── Convert.php │ │ ├── Factories │ │ │ ├── EnviarLoteNotas.php │ │ │ ├── EnvioRPS.php │ │ │ ├── Factory.php │ │ │ ├── Header.php │ │ │ ├── PedidoCancelaNFSe.php │ │ │ ├── PedidoNFSe.php │ │ │ ├── PedidoNFSePDF.php │ │ │ └── PedidoStatusLote.php │ │ ├── RenderRPS.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── Issnet │ │ ├── Convert.php │ │ ├── Factories │ │ │ ├── CancelarNfse.php │ │ │ ├── ConsultarLoteRps.php │ │ │ ├── ConsultarNfse.php │ │ │ ├── ConsultarNfseRps.php │ │ │ ├── ConsultarSituacaoLoteRps.php │ │ │ ├── ConsultarUrlVisualizacaoNfse.php │ │ │ ├── ConsultarUrlVisualizacaoNfseSerie.php │ │ │ ├── EnviarLoteRps.php │ │ │ ├── Factory.php │ │ │ ├── Header.php │ │ │ └── Signer.php │ │ ├── RenderRPS.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── Prodam │ │ ├── Convert.php │ │ ├── Factories │ │ │ ├── CancelamentoNFSe.php │ │ │ ├── ConsultaCNPJ.php │ │ │ ├── ConsultaInformacoesLote.php │ │ │ ├── ConsultaLote.php │ │ │ ├── ConsultaNFSe.php │ │ │ ├── ConsultaNFSePeriodo.php │ │ │ ├── EnvioRPS.php │ │ │ ├── Factory.php │ │ │ ├── Header.php │ │ │ └── TesteEnvioLoteRPS.php │ │ ├── RenderRPS.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── Publica │ │ ├── Convert.php │ │ ├── Factories │ │ │ ├── CancelarNfse.php │ │ │ ├── CartaCorrecaoNfseEnvio.php │ │ │ ├── ConsultarLoteRps.php │ │ │ ├── ConsultarNfsePorFaixa.php │ │ │ ├── ConsultarNfsePorRps.php │ │ │ ├── ConsultarNfseServicoPrestado.php │ │ │ ├── ConsultarNfseServicoTomado.php │ │ │ ├── Factory.php │ │ │ ├── GerarNfse.php │ │ │ ├── RecepcionarLoteRps.php │ │ │ ├── Signer.php │ │ │ ├── SignerRps.php │ │ │ └── v300 │ │ │ │ ├── CancelarNfse.php │ │ │ │ ├── CartaCorrecaoNfseEnvio.php │ │ │ │ ├── ConsultarLoteRps.php │ │ │ │ ├── ConsultarNfseFaixa.php │ │ │ │ ├── ConsultarNfsePorRps.php │ │ │ │ ├── ConsultarNfseRecebida.php │ │ │ │ ├── ConsultarNfseServicoPrestado.php │ │ │ │ ├── ConsultarSituacaoLoteRps.php │ │ │ │ ├── GerarNfse.php │ │ │ │ ├── RecepcionarLoteRps.php │ │ │ │ ├── RecepcionarLoteRpsSincrono.php │ │ │ │ ├── RenderRps.php │ │ │ │ ├── Response.php │ │ │ │ └── SubstituirNfse.php │ │ ├── RenderRps.php │ │ ├── Response.php │ │ ├── Rps.php │ │ ├── SoapCurl.php │ │ └── Tools.php │ ├── SIGISS │ │ ├── Convert.php │ │ ├── Factories │ │ │ └── Factory.php │ │ ├── Response.php │ │ ├── Rps.php │ │ ├── SoapCurl.php │ │ └── Tools.php │ ├── Simpliss │ │ ├── Convert.php │ │ ├── Factories │ │ │ ├── Factory.php │ │ │ ├── Signer.php │ │ │ └── v100 │ │ │ │ ├── CancelarNfse.php │ │ │ │ ├── ConsultarLoteRps.php │ │ │ │ ├── ConsultarNfse.php │ │ │ │ ├── ConsultarNfsePorRps.php │ │ │ │ ├── ConsultarSituacaoLoteRps.php │ │ │ │ ├── GerarNfse.php │ │ │ │ └── RecepcionarLoteRps.php │ │ ├── Response.php │ │ ├── Rps.php │ │ ├── SoapCurl.php │ │ └── Tools.php │ └── Smartpd │ │ └── .gitkeep ├── NFSe.php └── NFSeStatic.php └── tests ├── Common ├── EntitiesCharactersTest.php └── FactoryTest.php ├── Models └── Prodam │ ├── ConvertTest.php │ ├── Factories │ ├── CancelamentoNFSeTest.php │ ├── ConsultaCNPJTest.php │ ├── ConsultaInformacoesLoteTest.php │ ├── ConsultaLoteTest.php │ ├── ConsultaNFSePeriodoTest.php │ ├── ConsultaNFSeTest.php │ ├── EnvioRPSTest.php │ ├── FactoryTest.php │ └── RenderRPSTest.php │ ├── ResponseTest.php │ ├── RpsTest.php │ └── ToolsTest.php ├── NFSeTest.php ├── NFSeTestCase.php └── fixtures ├── Prodam ├── LoteRPS2.txt ├── LoteRPS26_fail.txt ├── RetornoConsulta.xml ├── RetornoConsultaCNPJ.xml ├── RetornoEnvioLoteRPS.xml ├── RetornoEnvioRPS.xml ├── response_consultaCnpj.xml ├── response_consultaInformacoesLoteErro.xml ├── response_consultaLoteErro.xml ├── response_consultaNFSe.xml ├── response_consultaNFSeEmitidas.xml ├── response_consultaNFSeRecebidas.xml └── response_retornoCancelamentoNFe.xml └── certs └── certificado_teste.pfx /.gitignore: -------------------------------------------------------------------------------- 1 | /nbproject/private/ 2 | /vendor -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Changelog 2 | 3 | All Notable changes to `sped-nfe` will be documented in this file. 4 | 5 | Todas as atualizações a partir de 30/05/206 devem observar os principios [Mantendo o CHANGELOG](http://keepachangelog.com/). 6 | 7 | ## 4.1.0-dev 8 | 9 | ### Added 10 | - Nothing 11 | 12 | ### Deprecated 13 | - Nothing 14 | 15 | ### Fixed 16 | - Nothing 17 | 18 | ### Removed 19 | - Nothing 20 | 21 | ### Security 22 | - Nothing 23 | -------------------------------------------------------------------------------- /VERSION.txt: -------------------------------------------------------------------------------- 1 | 0.1.x-dev -------------------------------------------------------------------------------- /bootstrap.php: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /schemes/Models/Dsfnet/v01/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucas-simoes/php-nfse/b9bd533b7956409d2ac9ce254d9fb13870538b77/schemes/Models/Dsfnet/v01/vssver.scc -------------------------------------------------------------------------------- /schemes/Models/Ginfes/cabecalho_v03.xsd: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /schemes/Models/Simpliss/v100/servico_cancelar_nfse_envio.xsd: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /schemes/Models/Simpliss/v100/servico_cancelar_nfse_resposta.xsd: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /schemes/Models/Simpliss/v100/servico_consultar_lote_rps_envio.xsd: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /schemes/Models/Simpliss/v100/servico_consultar_nfse_rps_envio.xsd: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /schemes/Models/Simpliss/v100/servico_consultar_nfse_rps_resposta.xsd: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /schemes/Models/Simpliss/v100/servico_consultar_situacao_lote_rps_envio.xsd: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /schemes/Models/Simpliss/v100/servico_enviar_lote_rps_envio.xsd: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /src/Common/Logger.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Abaco\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M1302603/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Abaco\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M1501402/.Belem_PA: -------------------------------------------------------------------------------- 1 | Padrão: DSFNET 2 | Codigo Municipio IBGE: 150142 3 | Codigo Cidade SIAFI: 0427 4 | SOAP Version: 1.1 5 | Signature Method: SHA1 6 | Using CData: true ?? 7 | URL: http://www.issdigitalbel.com.br/WsNFe2/LoteRps.jws 8 | xmlns: 9 | 10 | 11 | 12 | 13 | 14 | ? 15 | 16 | 17 | -------------------------------------------------------------------------------- /src/Counties/M1501402/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Dsfnet\Convert as ConvertDsfnet; 21 | 22 | class Convert extends ConvertDsfnet 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M1501402/Response.php: -------------------------------------------------------------------------------- 1 | 16 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 17 | */ 18 | 19 | use NFePHP\NFSe\Models\Dsfnet\Response as ResponseModel; 20 | 21 | class Response extends ResponseModel 22 | { 23 | } 24 | -------------------------------------------------------------------------------- /src/Counties/M1501402/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Dsfnet\Rps as RpsDsfnet; 21 | 22 | class Rps extends RpsDsfnet 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M1702109/.Araguaina_TO: -------------------------------------------------------------------------------- 1 | Araguaina TO 2 | IBGE: 1702109 3 | SIAF: 4 | Padrão: ISSNET (Abrasf 1.0 modificado) 5 | SOAP Version: 1.1 e/ou SOAP Version: 1.2 6 | URL Homologação: http://www.issnetonline.com.br/webserviceabrasf/homologacao/servicos.asmx 7 | URL Produção: 8 | xmlns: http://www.issnetonline.com.br/webservice/nfd 9 | Atenção com os XSD: nesse caso existe um prefixo "servico_" no nome e não tem sulfixos -------------------------------------------------------------------------------- /src/Counties/M1702109/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M1702109/Response.php: -------------------------------------------------------------------------------- 1 | 16 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 17 | */ 18 | 19 | use NFePHP\NFSe\Models\Issnet\Response as ResponseModel; 20 | 21 | class Response extends ResponseModel 22 | { 23 | } 24 | -------------------------------------------------------------------------------- /src/Counties/M1702109/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M2111300/.Sao_Luis_MA: -------------------------------------------------------------------------------- 1 | Padrão: DSFNET 2 | Codigo Municipio IBGE: 2111300 3 | Codigo Cidade SIAFI: 921 4 | SOAP Version: 1.1 5 | Signature Method: SHA1 6 | Using CData: true ?? 7 | URL: http://sistemas.semfaz.saoluis.ma.gov.br:80/WsNFe2/LoteRps 8 | xmlns: http://sistemas.semfaz.saoluis.ma.gov.br/WsNFe2/LoteRps.jws 9 | 10 | 11 | 12 | 13 | 14 | ? 15 | 16 | 17 | -------------------------------------------------------------------------------- /src/Counties/M2111300/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Dsfnet\Convert as ConvertDsfnet; 21 | 22 | class Convert extends ConvertDsfnet 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M2111300/Response.php: -------------------------------------------------------------------------------- 1 | 16 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 17 | */ 18 | 19 | use NFePHP\NFSe\Models\Dsfnet\Response as ResponseModel; 20 | 21 | class Response extends ResponseModel 22 | { 23 | } 24 | -------------------------------------------------------------------------------- /src/Counties/M2111300/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Dsfnet\Rps as RpsDsfnet; 21 | 22 | class Rps extends RpsDsfnet 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M2211001/.Teresina_PI: -------------------------------------------------------------------------------- 1 | Padrão: DSFNET 2 | Codigo Municipio IBGE: 2211001 3 | Codigo Cidade SIAFI: 1219 4 | SOAP Version: 1.1 5 | Signature Method: SHA1 6 | Using CData: true ?? 7 | URL: http://www.issdigitalthe.com.br/WsNFe2/LoteRps.jws 8 | TESTE: 9 | xmlns: 10 | 11 | 12 | 13 | 14 | 15 | ? 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /src/Counties/M2211001/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Dsfnet\Convert as ConvertDsfnet; 21 | 22 | class Convert extends ConvertDsfnet 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M2211001/Response.php: -------------------------------------------------------------------------------- 1 | 16 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 17 | */ 18 | 19 | use NFePHP\NFSe\Models\Dsfnet\Response as ResponseModel; 20 | 21 | class Response extends ResponseModel 22 | { 23 | } 24 | -------------------------------------------------------------------------------- /src/Counties/M2211001/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Dsfnet\Rps as RpsDsfnet; 21 | 22 | class Rps extends RpsDsfnet 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M2927408/.Salvador_BA: -------------------------------------------------------------------------------- 1 | Padrãqo: ABRASF (modificado) 2 | -------------------------------------------------------------------------------- /src/Counties/M2927408/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Abrasf\Convert as ConvertAbrasf; 21 | 22 | class Convert extends ConvertAbrasf 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M2927408/Response.php: -------------------------------------------------------------------------------- 1 | 16 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 17 | */ 18 | 19 | use NFePHP\NFSe\Models\Abrasf\Response as ResponseModel; 20 | 21 | class Response extends ResponseModel 22 | { 23 | } 24 | -------------------------------------------------------------------------------- /src/Counties/M2927408/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Abrasf\Rps as RpsAbrasf; 21 | 22 | class Rps extends RpsAbrasf 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M3106200/.Belo_Horizonte_MG: -------------------------------------------------------------------------------- 1 | Belo Horizonte MG 2 | IBGE: 3106200 3 | SIAF: 4123 4 | Padrão: BHHISS v100 5 | SOAP Version: 1.1 6 | URL Homologação: https://bhisshomologa.pbh.gov.br/bhiss-ws/nfse 7 | URL Produção: https://bhissdigital.pbh.gov.br/bhiss-ws/nfse 8 | xmlns: http://www.abrasf.org.br/nfse.xsd 9 | -------------------------------------------------------------------------------- /src/Counties/M3106200/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\BHISS\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M3106200/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\BHISS\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M3127701/.Governador_Valadares_MG: -------------------------------------------------------------------------------- 1 | Governador Valadares MG 2 | https://valadares.sigiss.com.br/valadares/index.php 3 | IBGE: 3127701 4 | SIAF: 4553 5 | Padrão: SIGISS SigCorp 6 | SOAP Version: 1.1 7 | URL Homologação: https://valadares.sigiss.com.br/testevaladares/ws/sigiss_ws.php?wsdl 8 | URL Produção: https://valadares.sigiss.com.br:443/valadares/ws/sigiss_ws.php?wsdl 9 | xmlns: https://valadares.sigiss.com.br/valadares/ws/sigiss_ws.php?wsdl -------------------------------------------------------------------------------- /src/Counties/M3127701/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Abrasf\Convert as ConvertAbrasf; 21 | 22 | class Convert extends ConvertAbrasf 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M3131703/Rps.php: -------------------------------------------------------------------------------- 1 | 18 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 19 | */ 20 | 21 | class Rps extends RpsAbrasf 22 | { 23 | 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M3139607/.Mantena_MG: -------------------------------------------------------------------------------- 1 | Mantena MG 2 | IBGE: 3139607 3 | SIAF: 4 | Padrão: ISSNET (Abrasf 1.0 modificado) 5 | SOAP Version: 1.1 e/ou SOAP Version: 1.2 6 | URL Homologação: http://www.issnetonline.com.br/webserviceabrasf/homologacao/servicos.asmx 7 | URL Produção: 8 | xmlns: http://www.issnetonline.com.br/webservice/nfd 9 | Atenção com os XSD: nesse caso existe um prefixo "servico_" no nome e não tem sulfixos -------------------------------------------------------------------------------- /src/Counties/M3139607/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M3139607/Response.php: -------------------------------------------------------------------------------- 1 | 16 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 17 | */ 18 | 19 | use NFePHP\NFSe\Models\Issnet\Response as ResponseModel; 20 | 21 | class Response extends ResponseModel 22 | { 23 | } 24 | -------------------------------------------------------------------------------- /src/Counties/M3139607/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M3157203/.SantaBarbara_MG: -------------------------------------------------------------------------------- 1 | Santa Barbara MG 2 | IBGE: 3157203 3 | SIAF: 5143 4 | Padrão: Abrasf v203 - Modificado 5 | SOAP Version: 1.2 6 | URL Homologação: http://wshomologacaoabrasf.simplissweb.com.br/nfseservice.svc 7 | URL Produção: http://wssantabarbara.simplissweb.com.br/nfseservice.svc 8 | xmlns: http://www.abrasf.org.br/nfse.xsd -------------------------------------------------------------------------------- /src/Counties/M3157203/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Abrasf\Convert as ConvertAbrasf; 21 | 22 | class Convert extends ConvertAbrasf 23 | { 24 | } -------------------------------------------------------------------------------- /src/Counties/M3169307/.Tres_Coracoes_MG: -------------------------------------------------------------------------------- 1 | Tres_Coracoes MG 2 | IBGE: 3169307 3 | SIAF: 4 | Padrão: ISSNET (Abrasf 1.0 modificado) 5 | SOAP Version: 1.1 e/ou SOAP Version: 1.2 6 | URL Homologação: http://www.issnetonline.com.br/webserviceabrasf/homologacao/servicos.asmx 7 | URL Produção: 8 | xmlns: http://www.issnetonline.com.br/webservice/nfd 9 | Atenção com os XSD: nesse caso existe um prefixo "servico_" no nome e não tem sulfixos -------------------------------------------------------------------------------- /src/Counties/M3169307/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M3169307/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M3170206/.Uberlandia_MG: -------------------------------------------------------------------------------- 1 | Padrão: DSFNET 2 | Codigo Municipio IBGE: 3170206 3 | Codigo Cidade SIAFI: 5403 4 | SOAP Version: 1.1 5 | Signature Method: SHA1 6 | Using CData: true ?? 7 | URL: http://udigital.uberlandia.mg.gov.br/WsNFe2/LoteRps.jws 8 | TESTE: 9 | xmlns: 10 | 11 | 12 | 13 | 14 | 15 | ? 16 | 17 | 18 | -------------------------------------------------------------------------------- /src/Counties/M3170206/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Dsfnet\Convert as ConvertDsfnet; 21 | 22 | class Convert extends ConvertDsfnet 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M3170206/Response.php: -------------------------------------------------------------------------------- 1 | 16 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 17 | */ 18 | 19 | use NFePHP\NFSe\Models\Dsfnet\Response as ResponseModel; 20 | 21 | class Response extends ResponseModel 22 | { 23 | } 24 | -------------------------------------------------------------------------------- /src/Counties/M3170206/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Dsfnet\Rps as RpsDsfnet; 21 | 22 | class Rps extends RpsDsfnet 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M3304557/.Rio_de_Janeiro_RJ: -------------------------------------------------------------------------------- 1 | Padrão: ABRASF (modificado) 2 | URL Produção: https://notacarioca.rio.gov.br/WSNacional/nfse.asmx 3 | URL Homologação: https://homologacao.notacarioca.rio.gov.br/WSNacional/nfse.asmx 4 | xmlns: 5 | -------------------------------------------------------------------------------- /src/Counties/M3304557/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Abrasf\Convert as ConvertAbrasf; 21 | 22 | class Convert extends ConvertAbrasf 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M3304557/Response.php: -------------------------------------------------------------------------------- 1 | 16 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 17 | */ 18 | 19 | use NFePHP\NFSe\Models\Abrasf\Response as ResponseModel; 20 | 21 | class Response extends ResponseModel 22 | { 23 | } 24 | -------------------------------------------------------------------------------- /src/Counties/M3304557/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | class Rps extends RpsAbrasf 21 | { 22 | } 23 | -------------------------------------------------------------------------------- /src/Counties/M3502101/.Andradina_SP: -------------------------------------------------------------------------------- 1 | Andradina SP 2 | IBGE: 3502101 3 | SIAF: 4 | Padrão: ISSNET (Abrasf 1.0 modificado) 5 | SOAP Version: 1.1 e/ou SOAP Version: 1.2 6 | URL Homologação: http://www.issnetonline.com.br/webserviceabrasf/homologacao/servicos.asmx 7 | URL Produção: 8 | xmlns: http://www.issnetonline.com.br/webservice/nfd 9 | Atenção com os XSD: nesse caso existe um prefixo "servico_" no nome e não tem sulfixos -------------------------------------------------------------------------------- /src/Counties/M3502101/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M3502101/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M3502507/.Aparecida_SP: -------------------------------------------------------------------------------- 1 | Aparecida SP 2 | IBGE: 3502507 3 | SIAF: 4 | Padrão: ISSNET (Abrasf 1.0 modificado) 5 | SOAP Version: 1.1 e/ou SOAP Version: 1.2 6 | URL Homologação: http://www.issnetonline.com.br/webserviceabrasf/homologacao/servicos.asmx 7 | URL Produção: 8 | xmlns: http://www.issnetonline.com.br/webservice/nfd 9 | Atenção com os XSD: nesse caso existe um prefixo "servico_" no nome e não tem sulfixos -------------------------------------------------------------------------------- /src/Counties/M3502507/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M3502507/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M3509502/.Campinas_SP: -------------------------------------------------------------------------------- 1 | Padrão: DSFNET 2 | URL: http://issdigital.campinas.sp.gov.br/WsNFe2/LoteRps.jws 3 | xmlns: http://proces.wsnfe2.dsfnet.com.br 4 | 5 | -------------------------------------------------------------------------------- /src/Counties/M3509502/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Dsfnet\Convert as ConvertDsfnet; 21 | 22 | class Convert extends ConvertDsfnet 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M3509502/Response.php: -------------------------------------------------------------------------------- 1 | 16 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 17 | */ 18 | 19 | use NFePHP\NFSe\Models\Dsfnet\Response as ResponseModel; 20 | 21 | class Response extends ResponseModel 22 | { 23 | } 24 | -------------------------------------------------------------------------------- /src/Counties/M3509502/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Dsfnet\Rps as RpsDsfnet; 21 | 22 | class Rps extends RpsDsfnet 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M3522307/.Itapetininga_SP: -------------------------------------------------------------------------------- 1 | Itapetininga SP 2 | IBGE: 3522307 3 | SIAF: 4 | Padrão: ISSNET (Abrasf 1.0 modificado) 5 | SOAP Version: 1.1 e/ou SOAP Version: 1.2 6 | URL Homologação: http://www.issnetonline.com.br/webserviceabrasf/homologacao/servicos.asmx 7 | URL Produção: 8 | xmlns: http://www.issnetonline.com.br/webservice/nfd 9 | Atenção com os XSD: nesse caso existe um prefixo "servico_" no nome e não tem sulfixos -------------------------------------------------------------------------------- /src/Counties/M3522307/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M3522307/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M3524402/.Jacarei_SP: -------------------------------------------------------------------------------- 1 | Jacarei SP 2 | IBGE: 3524402 3 | SIAF: 4 | Padrão: ISSNET (Abrasf 1.0 modificado) 5 | SOAP Version: 1.1 e/ou SOAP Version: 1.2 6 | URL Homologação: http://www.issnetonline.com.br/webserviceabrasf/homologacao/servicos.asmx 7 | URL Produção: 8 | xmlns: http://www.issnetonline.com.br/webservice/nfd 9 | Atenção com os XSD: nesse caso existe um prefixo "servico_" no nome e não tem sulfixos -------------------------------------------------------------------------------- /src/Counties/M3524402/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M3524402/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M3524709/.Jaguariuna_SP: -------------------------------------------------------------------------------- 1 | Jaguariuna SP 2 | IBGE: 3524709 3 | SIAF: 4 | Padrão: ISSNET (Abrasf 1.0 modificado) 5 | SOAP Version: 1.1 e/ou SOAP Version: 1.2 6 | URL Homologação: http://www.issnetonline.com.br/webserviceabrasf/homologacao/servicos.asmx 7 | URL Produção: 8 | xmlns: http://www.issnetonline.com.br/webservice/nfd 9 | Atenção com os XSD: nesse caso existe um prefixo "servico_" no nome e não tem sulfixos -------------------------------------------------------------------------------- /src/Counties/M3524709/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M3524709/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M3526902/.Limeira_SP: -------------------------------------------------------------------------------- 1 | Padrão: ETransparencia 2 | SOAP Version: SOAP_1_1 3 | IBGE: 356902 4 | URL: https://nfe.etransparencia.com.br/sp.limeira/webservice/aws_nfe.aspx?wsdl 5 | URL: https://nfehomologacao.etransparencia.com.br/sp.limeira/webservice/aws_nfe.aspx?wsdl 6 | xmlns: NFe 7 | -------------------------------------------------------------------------------- /src/Counties/M3526902/Convert.php: -------------------------------------------------------------------------------- 1 | 16 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 17 | */ 18 | 19 | use NFePHP\NFSe\Models\ETransparencia\Convert as ConvertModel; 20 | 21 | class Convert extends ConvertModel 22 | { 23 | } 24 | -------------------------------------------------------------------------------- /src/Counties/M3526902/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Prodam\Rps as RpsProdam; 21 | 22 | class Rps extends RpsProdam 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M3527207/.Lorena_SP: -------------------------------------------------------------------------------- 1 | Lorena SP 2 | IBGE: 3527207 3 | SIAF: 4 | Padrão: ISSNET (Abrasf 1.0 modificado) 5 | SOAP Version: 1.1 e/ou SOAP Version: 1.2 6 | URL Homologação: http://www.issnetonline.com.br/webserviceabrasf/homologacao/servicos.asmx 7 | URL Produção: 8 | xmlns: http://www.issnetonline.com.br/webservice/nfd 9 | Atenção com os XSD: nesse caso existe um prefixo "servico_" no nome e não tem sulfixos -------------------------------------------------------------------------------- /src/Counties/M3527207/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M3527207/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M3530607/.Mogi_das_Cruzes_SP: -------------------------------------------------------------------------------- 1 | Mogi_das_Cruzes SP 2 | IBGE: 3530607 3 | SIAF: 4 | Padrão: Smartpd 5 | SOAP Version: 1.1 e/ou SOAP Version: 1.2 6 | URL Homologação: 7 | URL Produção: 8 | xmlns: 9 | -------------------------------------------------------------------------------- /src/Counties/M3530607/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M3530607/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Smartpd\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M3541000/.Praia_Grande_SP: -------------------------------------------------------------------------------- 1 | Praia_Grande SP 2 | IBGE: 3541000 3 | SIAF: 4 | Padrão: ISSNET (Abrasf 1.0 modificado) 5 | SOAP Version: 1.1 e/ou SOAP Version: 1.2 6 | URL Homologação: http://www.issnetonline.com.br/webserviceabrasf/homologacao/servicos.asmx 7 | URL Produção: 8 | xmlns: http://www.issnetonline.com.br/webservice/nfd 9 | Atenção com os XSD: nesse caso existe um prefixo "servico_" no nome e não tem sulfixos -------------------------------------------------------------------------------- /src/Counties/M3541000/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M3541000/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M3543402/.Ribeirao_Preto_SP: -------------------------------------------------------------------------------- 1 | Ribeirao_Preto SP 2 | IBGE: 3543402 3 | SIAF: 4 | Padrão: ISSNET (Abrasf 1.0 modificado) 5 | SOAP Version: 1.1 e/ou SOAP Version: 1.2 6 | URL Homologação: http://www.issnetonline.com.br/webserviceabrasf/homologacao/servicos.asmx 7 | URL Produção: https://www.issnetonline.com.br/webserviceabrasf/ribeiraopreto/servicos.asmx 8 | xmlns: http://www.issnetonline.com.br/webservice/nfd 9 | Atenção com os XSD: nesse caso existe um prefixo "servico_" no nome e não tem sulfixos -------------------------------------------------------------------------------- /src/Counties/M3543402/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M3543402/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M3549102/.SaoJoaoBoaVista_MG: -------------------------------------------------------------------------------- 1 | Sao Joao da Boa vista MG 2 | IBGE: 3549102 3 | SIAF: 7083 4 | Padrão: Abrasf Simpliss v1.00 - Modificado 5 | SOAP Version: 1.2 6 | URL Homologação: : http://187.45.245.217/ws_nfse/nfseservice.svc 7 | URL Produção: : http://187.45.245.217/ws_nfse/nfseservice.svc 8 | xmlns: http://www.abrasf.org.br/nfse.xsd -------------------------------------------------------------------------------- /src/Counties/M3549102/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Simpliss\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } -------------------------------------------------------------------------------- /src/Counties/M3550308/.Sao_Paulo_SP: -------------------------------------------------------------------------------- 1 | Padrão: Prodam 2 | SOAP Version: 1.2 3 | IBGE: 3550308 4 | URL: https://nfe.prefeitura.sp.gov.br/ws/lotenfe.asmx 5 | xmlns: http://www.prefeitura.sp.gov.br/nfe 6 | -------------------------------------------------------------------------------- /src/Counties/M3550308/Convert.php: -------------------------------------------------------------------------------- 1 | 16 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 17 | */ 18 | 19 | use NFePHP\NFSe\Models\Prodam\Convert as ConvertProdam; 20 | 21 | class Convert extends ConvertProdam 22 | { 23 | } 24 | -------------------------------------------------------------------------------- /src/Counties/M3550308/Response.php: -------------------------------------------------------------------------------- 1 | 16 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 17 | */ 18 | 19 | use NFePHP\NFSe\Models\Prodam\Response as ResponseModel; 20 | 21 | class Response extends ResponseModel 22 | { 23 | } 24 | -------------------------------------------------------------------------------- /src/Counties/M3550308/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Prodam\Rps as RpsProdam; 21 | 22 | class Rps extends RpsProdam 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M3551009/.Sao_Vicente_SP: -------------------------------------------------------------------------------- 1 | Sao_Vicente SP 2 | IBGE: 3551009 3 | SIAF: 4 | Padrão: ISSNET (Abrasf 1.0 modificado) 5 | SOAP Version: 1.1 e/ou SOAP Version: 1.2 6 | URL Homologação: http://www.issnetonline.com.br/webserviceabrasf/homologacao/servicos.asmx 7 | URL Produção: 8 | xmlns: http://www.issnetonline.com.br/webservice/nfd 9 | Atenção com os XSD: nesse caso existe um prefixo "servico_" no nome e não tem sulfixos -------------------------------------------------------------------------------- /src/Counties/M3551009/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M3551009/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M3551504/.Serrana_SP: -------------------------------------------------------------------------------- 1 | Serrana SP 2 | IBGE: 3551504 3 | SIAF: 4 | Padrão: ISSNET (Abrasf 1.0 modificado) 5 | SOAP Version: 1.1 e/ou SOAP Version: 1.2 6 | URL Homologação: http://www.issnetonline.com.br/webserviceabrasf/homologacao/servicos.asmx 7 | URL Produção: 8 | xmlns: http://www.issnetonline.com.br/webservice/nfd 9 | Atenção com os XSD: nesse caso existe um prefixo "servico_" no nome e não tem sulfixos -------------------------------------------------------------------------------- /src/Counties/M3551504/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M3551504/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M3552205/.Sorocaba_SP: -------------------------------------------------------------------------------- 1 | Padrão: DSFNET 2 | Codigo Municipio IBGE: 3552205 3 | Codigo Cidade SIAFI: 7145 4 | SOAP Version: 1.1 5 | Signature Method: SHA1 6 | Using CData: true ?? 7 | URL: http://www.issdigitalsod.com.br/WsNFe2/LoteRps.jws 8 | TESTE: 9 | xmlns: 10 | 11 | 12 | 13 | 14 | 15 | ? 16 | 17 | 18 | -------------------------------------------------------------------------------- /src/Counties/M3552205/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Dsfnet\Convert as ConvertDsfnet; 21 | 22 | class Convert extends ConvertDsfnet 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M3552205/Response.php: -------------------------------------------------------------------------------- 1 | 16 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 17 | */ 18 | 19 | use NFePHP\NFSe\Models\Dsfnet\Response as ResponseModel; 20 | 21 | class Response extends ResponseModel 22 | { 23 | } 24 | -------------------------------------------------------------------------------- /src/Counties/M3552205/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Dsfnet\Rps as RpsDsfnet; 21 | 22 | class Rps extends RpsDsfnet 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M4104808/.Cascavel_PR: -------------------------------------------------------------------------------- 1 | Cascavel PR 2 | IBGE: 4104808 3 | SIAF: 4 | Padrão: ISSNET (Abrasf 1.0 modificado) 5 | SOAP Version: 1.1 e/ou SOAP Version: 1.2 6 | URL Homologação: http://www.issnetonline.com.br/webserviceabrasf/homologacao/servicos.asmx 7 | URL Produção: http://www.issnetonline.com.br/webserviceabrasf/cascavel/servicos.asmx 8 | xmlns: http://www.issnetonline.com.br/webservice/nfd 9 | Atenção com os XSD: nesse caso existe um prefixo "servico_" no nome e não tem sulfixos -------------------------------------------------------------------------------- /src/Counties/M4104808/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M4104808/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M4105805/.Colombo_PR: -------------------------------------------------------------------------------- 1 | Colombo PR 2 | IBGE: 4105805 3 | TOM: 7513 4 | SIAF: 7513 5 | Padrão: REST IPM v100 6 | URL Homologação: http://sync.nfs-e.net/datacenter/include/nfw/importa_nfw/nfw_import_upload.php 7 | URL Produção:http://sync.nfs-e.net/datacenter/include/nfw/importa_nfw/nfw_import_upload.php -------------------------------------------------------------------------------- /src/Counties/M4105805/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\IPM\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M4105805/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\IPM\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M4106902/.Curitiba_PR: -------------------------------------------------------------------------------- 1 | Curitiba PR 2 | IBGE: 4106902 3 | SIAF: 7535 4 | Padrão: Abrasf v1 5 | SOAP Version: 1.2 6 | URL Homologação: https://pilotoisscuritiba.curitiba.pr.gov.br 7 | URL Produção: https://isscuritiba.curitiba.pr.gov.br 8 | xmlns: http://isscuritiba.curitiba.pr.gov.br/iss/nfse.xsd -------------------------------------------------------------------------------- /src/Counties/M4106902/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Betha\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M4106902/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Betha\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M4113700/.Londrina_PR: -------------------------------------------------------------------------------- 1 | Londrina PR 2 | https://portal.londrina.pr.gov.br/publicacoes-nota-fiscal-dms/manuais-nota-fiscal-dms 3 | IBGE: 4113700 4 | SIAF: 7667 5 | Padrão: SIGISS SigCorp v1.03 6 | SOAP Version: 1.1 7 | URL Homologação: http://testeiss.londrina.pr.gov.br/ws/v1_03/sigiss_ws.php?wsdl 8 | URL Produção: https://iss.londrina.pr.gov.br/ws/v1_03/sigiss_ws.php?wsdl 9 | xmlns: http://iss.londrina.pr.gov.br/ws/v1_03 -------------------------------------------------------------------------------- /src/Counties/M4113700/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\SIGISS\Convert as ConvertSIGISS; 21 | 22 | class Convert extends ConvertSIGISS 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M4115200/.Maringa_PR: -------------------------------------------------------------------------------- 1 | Maringa PR 2 | IBGE: 411520 3 | SIAF: 7535 4 | Padrão: Abrasf v201 5 | SOAP Version: 1.2 6 | URL Homologação: https://isseteste.maringa.pr.gov.br/ws 7 | URL Produção: https://isse.maringa.pr.gov.br/ 8 | xmlns: http://www.abrasf.org.br/nfse.xsd -------------------------------------------------------------------------------- /src/Counties/M4115200/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Betha\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M4115200/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Betha\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M4118402/.Paranavai_PR: -------------------------------------------------------------------------------- 1 | Paranavai PR 2 | IBGE: 4118402 3 | SIAF:7749 4 | Padrão: Betha 5 | SOAP Version: 1.1 6 | URL Homologação: http://e-gov.betha.com.br/e-nota-contribuinte-test-ws/nfseWS 7 | URL Produção: 8 | xmlns: http://www.betha.com.br/e-nota-contribuinte-ws -------------------------------------------------------------------------------- /src/Counties/M4118402/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Betha\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M4118402/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Betha\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M4125506/.Sao_Jose_dos_Pinhais_PR: -------------------------------------------------------------------------------- 1 | Sao Jose dos Pinhais PR 2 | IBGE: 4125506 3 | SIAF: 7885 4 | Padrão: Ginfes Abrasf v3 5 | SOAP Version: 1.2 6 | URL Homologação: https://nfe.sjp.pr.gov.br/servicos/issOnline2/homologacao/ws/index.php?wsdl 7 | URL Produção: https://nfe.sjp.pr.gov.br/servicos/issOnline2/ws/index.php?wsdl 8 | xmlns: http://www.abrasf.org.br/nfse.xsd -------------------------------------------------------------------------------- /src/Counties/M4125506/Rps.php: -------------------------------------------------------------------------------- 1 | 18 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 19 | */ 20 | 21 | class Rps extends RpsAbrasf 22 | { 23 | 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M4125506/v300/ConsultarNfsePorFaixa.php: -------------------------------------------------------------------------------- 1 | 16 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 17 | */ 18 | 19 | use NFePHP\NFSe\Models\Publica\Rps as RpsModel; 20 | 21 | class Rps extends RpsModel 22 | { 23 | 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M4216602/.Sao_Jose_SC: -------------------------------------------------------------------------------- 1 | Sao_Jose SC 2 | IBGE: 4216602 3 | SIAF: 4 | Padrão: Betha 5 | SOAP Version: 1.1 6 | URL Homologação: http://e-gov.betha.com.br/e-nota-contribuinte-test-ws/nfseWS 7 | URL Produção: 8 | xmlns: http://www.betha.com.br/e-nota-contribuinte-ws -------------------------------------------------------------------------------- /src/Counties/M4216602/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Betha\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M4216602/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Betha\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M4301602/.Bage_RS: -------------------------------------------------------------------------------- 1 | Bage RS 2 | IBGE: 4301602 3 | SIAF: 3945 4 | Padrão: ABRASF v 2.02 5 | SOAP Version: 1.1 6 | URL Homologação: https://www1.webiss.com.br/bagers_wsnfse/NfseServices.svc?wsdl 7 | URL Produção: https://www1.webiss.com.br/BageRS_wsNFSe_homolog/NfseServices.svc?wsdl 8 | xmlns: http://www.abrasf.org.br/nfse.xsd 9 | -------------------------------------------------------------------------------- /src/Counties/M4301602/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Abrasf\Convert as ConvertAbrasf; 21 | 22 | class Convert extends ConvertAbrasf 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M4301602/Rps.php: -------------------------------------------------------------------------------- 1 | 18 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 19 | */ 20 | 21 | class Rps extends RpsAbrasf 22 | { 23 | 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M4305108/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Infisc\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M4305108/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Infisc\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M4306106/.Cruz_Alta_RS: -------------------------------------------------------------------------------- 1 | Cruz_Alta RS 2 | IBGE: 4306106 3 | SIAF: 4 | Padrão: ISSNET (Abrasf 1.0 modificado) 5 | SOAP Version: 1.1 e/ou SOAP Version: 1.2 6 | URL Homologação: http://www.issnetonline.com.br/webserviceabrasf/homologacao/servicos.asmx 7 | URL Produção: 8 | xmlns: http://www.issnetonline.com.br/webservice/nfd 9 | Atenção com os XSD: nesse caso existe um prefixo "servico_" no nome e não tem sulfixos -------------------------------------------------------------------------------- /src/Counties/M4306106/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M4306106/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M4313409/.Novo_Hamburgo_RS: -------------------------------------------------------------------------------- 1 | Novo_Hamburgo RS 2 | IBGE: 4313409 3 | SIAF: 4 | Padrão: ISSNET (Abrasf 1.0 modificado) 5 | SOAP Version: 1.1 e/ou SOAP Version: 1.2 6 | URL Homologação: http://www.issnetonline.com.br/webserviceabrasf/homologacao/servicos.asmx 7 | URL Produção: 8 | xmlns: http://www.issnetonline.com.br/webservice/nfd 9 | Atenção com os XSD: nesse caso existe um prefixo "servico_" no nome e não tem sulfixos -------------------------------------------------------------------------------- /src/Counties/M4313409/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M4313409/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M4314902/.Porto_Alegre_RS: -------------------------------------------------------------------------------- 1 | Porto Alegre RS 2 | IBGE: 4314902 3 | SIAF: 8801 4 | Padrão: BHHISS v100 5 | SOAP Version: 1.1 6 | URL Homologação: https://nfse-hom.procempa.com.br/bhiss-ws/nfse 7 | URL Produção: https://nfe.portoalegre.rs.gov.br/bhiss-ws/nfse 8 | xmlns: http://www.abrasf.org.br/nfse.xsd -------------------------------------------------------------------------------- /src/Counties/M4314902/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\BHISS\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M4314902/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\BHISS\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M4316907/.Santa_Maria_RS: -------------------------------------------------------------------------------- 1 | Santa_Maria RS 2 | IBGE: 4316907 3 | SIAF: 4 | Padrão: ISSNET (Abrasf 1.0 modificado) 5 | SOAP Version: 1.1 e/ou SOAP Version: 1.2 6 | URL Homologação: http://www.issnetonline.com.br/webserviceabrasf/homologacao/servicos.asmx 7 | URL Produção: 8 | xmlns: http://www.issnetonline.com.br/webservice/nfd 9 | Atenção com os XSD: nesse caso existe um prefixo "servico_" no nome e não tem sulfixos -------------------------------------------------------------------------------- /src/Counties/M4316907/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M4316907/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M5002209/.Bonito_MS: -------------------------------------------------------------------------------- 1 | Bonito MS 2 | IBGE: 5002209 3 | SIAF: 4 | Padrão: ISSNET (Abrasf 1.0 modificado) 5 | SOAP Version: 1.1 e/ou SOAP Version: 1.2 6 | URL Homologação: http://www.issnetonline.com.br/webserviceabrasf/homologacao/servicos.asmx 7 | URL Produção: 8 | xmlns: http://www.issnetonline.com.br/webservice/nfd 9 | Atenção com os XSD: nesse caso existe um prefixo "servico_" no nome e não tem sulfixos -------------------------------------------------------------------------------- /src/Counties/M5002209/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M5002209/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M5002704/.Campo_Grande_MS: -------------------------------------------------------------------------------- 1 | Padrão: DSFNET 2 | Codigo Municipio IBGE: 5002704 3 | Codigo Cidade SIAFI: 9051 4 | SOAP Version: 1.1 5 | Signature Method: SHA1 6 | Using CData: true ?? 7 | URL: http://issdigital.pmcg.ms.gov.br/WsNFe2/LoteRps.jws?wsdl 8 | TESTE: http://200.201.194.78/WsNFe2/LoteRps.jws?wsdl 9 | xmlns: 10 | 11 | 12 | 13 | 14 | 15 | ? 16 | 17 | 18 | -------------------------------------------------------------------------------- /src/Counties/M5002704/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Dsfnet\Convert as ConvertDsfnet; 21 | 22 | class Convert extends ConvertDsfnet 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M5002704/Response.php: -------------------------------------------------------------------------------- 1 | 16 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 17 | */ 18 | 19 | use NFePHP\NFSe\Models\Dsfnet\Response as ResponseModel; 20 | 21 | class Response extends ResponseModel 22 | { 23 | } 24 | -------------------------------------------------------------------------------- /src/Counties/M5002704/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Dsfnet\Rps as RpsDsfnet; 21 | 22 | class Rps extends RpsDsfnet 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M5003702/.Dourados_MT: -------------------------------------------------------------------------------- 1 | Dourados MT 2 | IBGE: 5003702 3 | SIAF: 4 | Padrão: ISSNET (Abrasf 1.0 modificado) 5 | SOAP Version: 1.1 e/ou SOAP Version: 1.2 6 | URL Homologação: http://www.issnetonline.com.br/webserviceabrasf/homologacao/servicos.asmx 7 | URL Produção: 8 | xmlns: http://www.issnetonline.com.br/webservice/nfd 9 | Atenção com os XSD: nesse caso existe um prefixo "servico_" no nome e não tem sulfixos -------------------------------------------------------------------------------- /src/Counties/M5003702/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M5003702/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M5005707/.Navirai_MS: -------------------------------------------------------------------------------- 1 | Navirai MS 2 | IBGE: 5005707 3 | SIAF: 4 | Padrão: ISSNET (Abrasf 1.0 modificado) 5 | SOAP Version: 1.1 e/ou SOAP Version: 1.2 6 | URL Homologação: http://www.issnetonline.com.br/webserviceabrasf/homologacao/servicos.asmx 7 | URL Produção: 8 | xmlns: http://www.issnetonline.com.br/webservice/nfd 9 | Atenção com os XSD: nesse caso existe um prefixo "servico_" no nome e não tem sulfixos -------------------------------------------------------------------------------- /src/Counties/M5005707/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M5005707/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M5006002/.Nova_Alvorada_do_Sul_MS: -------------------------------------------------------------------------------- 1 | Nova_Alvorada_do_Sul MS 2 | IBGE: 5006002 3 | SIAF: 4 | Padrão: ISSNET (Abrasf 1.0 modificado) 5 | SOAP Version: 1.1 e/ou SOAP Version: 1.2 6 | URL Homologação: http://www.issnetonline.com.br/webserviceabrasf/homologacao/servicos.asmx 7 | URL Produção: 8 | xmlns: http://www.issnetonline.com.br/webservice/nfd 9 | Atenção com os XSD: nesse caso existe um prefixo "servico_" no nome e não tem sulfixos -------------------------------------------------------------------------------- /src/Counties/M5006002/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M5006002/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M5007208/.Rio_Brilhante_MS: -------------------------------------------------------------------------------- 1 | Rio_Brilhante MS 2 | IBGE: 5007208 3 | SIAF: 4 | Padrão: ISSNET (Abrasf 1.0 modificado) 5 | SOAP Version: 1.1 e/ou SOAP Version: 1.2 6 | URL Homologação: http://www.issnetonline.com.br/webserviceabrasf/homologacao/servicos.asmx 7 | URL Produção: 8 | xmlns: http://www.issnetonline.com.br/webservice/nfd 9 | Atenção com os XSD: nesse caso existe um prefixo "servico_" no nome e não tem sulfixos -------------------------------------------------------------------------------- /src/Counties/M5007208/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M5007208/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M5007901/.Sidrolandia_MS: -------------------------------------------------------------------------------- 1 | Sidrolandia MS 2 | IBGE: 5007901 3 | SIAF: 4 | Padrão: ISSNET (Abrasf 1.0 modificado) 5 | SOAP Version: 1.1 e/ou SOAP Version: 1.2 6 | URL Homologação: http://www.issnetonline.com.br/webserviceabrasf/homologacao/servicos.asmx 7 | URL Produção: 8 | xmlns: http://www.issnetonline.com.br/webservice/nfd 9 | Atenção com os XSD: nesse caso existe um prefixo "servico_" no nome e não tem sulfixos -------------------------------------------------------------------------------- /src/Counties/M5007901/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M5007901/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M5100250/.Alta_Floresta_MT: -------------------------------------------------------------------------------- 1 | Alta_Floresta MT 2 | IBGE: 5100250 3 | SIAF: 4 | Padrão: ISSNET (Abrasf 1.0 modificado) 5 | SOAP Version: 1.1 e/ou SOAP Version: 1.2 6 | URL Homologação: http://www.issnetonline.com.br/webserviceabrasf/homologacao/servicos.asmx 7 | URL Produção: 8 | xmlns: http://www.issnetonline.com.br/webservice/nfd 9 | Atenção com os XSD: nesse caso existe um prefixo "servico_" no nome e não tem sulfixos -------------------------------------------------------------------------------- /src/Counties/M5100250/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M5100250/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M5103403/.Cuiaba_MT: -------------------------------------------------------------------------------- 1 | CUIABA MT 2 | IBGE: 5103403 3 | SIAF: 9067 4 | 5 | Padrão: ISSNET (Abrasf 1.0 modificado) 6 | 7 | SOAP Version: 1.1 e/ou SOAP Version: 1.2 8 | 9 | URL: http://cuiaba.issnetonline.com.br/webserviceabrasf/cuiaba/servicos.asmx 10 | xmlns: http://www.issnetonline.com.br/webservice/nfd 11 | 12 | Atenção com os XSD: nesse caso existe um prefixo "servico_" no nome e não tem sulfixos 13 | -------------------------------------------------------------------------------- /src/Counties/M5103403/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M5103403/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M5105101/.Juara_MT: -------------------------------------------------------------------------------- 1 | Juara MT 2 | IBGE: 5105101 3 | SIAF: 4 | Padrão: ISSNET (Abrasf 1.0 modificado) 5 | SOAP Version: 1.1 e/ou SOAP Version: 1.2 6 | URL Homologação: http://www.issnetonline.com.br/webserviceabrasf/homologacao/servicos.asmx 7 | URL Produção: 8 | xmlns: http://www.issnetonline.com.br/webservice/nfd 9 | Atenção com os XSD: nesse caso existe um prefixo "servico_" no nome e não tem sulfixos -------------------------------------------------------------------------------- /src/Counties/M5105101/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M5105101/Response.php: -------------------------------------------------------------------------------- 1 | 16 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 17 | */ 18 | 19 | use NFePHP\NFSe\Models\Issnet\Response as ResponseModel; 20 | 21 | class Response extends ResponseModel 22 | { 23 | } 24 | -------------------------------------------------------------------------------- /src/Counties/M5105101/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M5105903/.Nobres_MT: -------------------------------------------------------------------------------- 1 | Nobres MT 2 | IBGE: 5105903 3 | SIAF: 4 | Padrão: ISSNET (Abrasf 1.0 modificado) 5 | SOAP Version: 1.1 e/ou SOAP Version: 1.2 6 | URL Homologação: http://www.issnetonline.com.br/webserviceabrasf/homologacao/servicos.asmx 7 | URL Produção: 8 | xmlns: http://www.issnetonline.com.br/webservice/nfd 9 | Atenção com os XSD: nesse caso existe um prefixo "servico_" no nome e não tem sulfixos -------------------------------------------------------------------------------- /src/Counties/M5105903/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M5105903/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M5106232/.Nova_Olimpia_MT: -------------------------------------------------------------------------------- 1 | Nova_Olimpia MT 2 | IBGE: 5106232 3 | SIAF: 4 | Padrão: ISSNET (Abrasf 1.0 modificado) 5 | SOAP Version: 1.1 e/ou SOAP Version: 1.2 6 | URL Homologação: http://www.issnetonline.com.br/webserviceabrasf/homologacao/servicos.asmx 7 | URL Produção: 8 | xmlns: http://www.issnetonline.com.br/webservice/nfd 9 | Atenção com os XSD: nesse caso existe um prefixo "servico_" no nome e não tem sulfixos -------------------------------------------------------------------------------- /src/Counties/M5106232/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M5106232/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M5107925/.Sorriso_MT: -------------------------------------------------------------------------------- 1 | Sorriso MT 2 | IBGE: 5107925 3 | SIAF: 4 | Padrão: ISSNET (Abrasf 1.0 modificado) 5 | SOAP Version: 1.1 e/ou SOAP Version: 1.2 6 | URL Homologação: http://www.issnetonline.com.br/webserviceabrasf/homologacao/servicos.asmx 7 | URL Produção: 8 | xmlns: http://www.issnetonline.com.br/webservice/nfd 9 | Atenção com os XSD: nesse caso existe um prefixo "servico_" no nome e não tem sulfixos -------------------------------------------------------------------------------- /src/Counties/M5107925/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M5107925/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M5108402/.Varzea_Grande_MT: -------------------------------------------------------------------------------- 1 | Varzea_Grande MT 2 | IBGE: 5108402 3 | SIAF: 4 | Padrão: ISSNET (Abrasf 1.0 modificado) 5 | SOAP Version: 1.1 e/ou SOAP Version: 1.2 6 | URL Homologação: http://www.issnetonline.com.br/webserviceabrasf/homologacao/servicos.asmx 7 | URL Produção: 8 | xmlns: http://www.issnetonline.com.br/webservice/nfd 9 | Atenção com os XSD: nesse caso existe um prefixo "servico_" no nome e não tem sulfixos -------------------------------------------------------------------------------- /src/Counties/M5108402/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M5108402/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M5201108/.Anapolis_GO: -------------------------------------------------------------------------------- 1 | Anapolis GO 2 | IBGE: 5201108 3 | SIAF: 4 | Padrão: ISSNET (Abrasf 1.0 modificado) 5 | SOAP Version: 1.1 e/ou SOAP Version: 1.2 6 | URL Homologação: http://www.issnetonline.com.br/webserviceabrasf/homologacao/servicos.asmx 7 | URL Produção: 8 | xmlns: http://www.issnetonline.com.br/webservice/nfd 9 | Atenção com os XSD: nesse caso existe um prefixo "servico_" no nome e não tem sulfixos -------------------------------------------------------------------------------- /src/Counties/M5201108/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M5201108/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M5201405/.Aparecida_de_Goiania_GO: -------------------------------------------------------------------------------- 1 | Aparecida_de_Goiania GO 2 | IBGE: 5201405 3 | SIAF: 4 | Padrão: ISSNET (Abrasf 1.0 modificado) 5 | SOAP Version: 1.1 e/ou SOAP Version: 1.2 6 | URL Homologação: http://www.issnetonline.com.br/webserviceabrasf/homologacao/servicos.asmx 7 | URL Produção: 8 | xmlns: http://www.issnetonline.com.br/webservice/nfd 9 | Atenção com os XSD: nesse caso existe um prefixo "servico_" no nome e não tem sulfixos -------------------------------------------------------------------------------- /src/Counties/M5201405/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M5201405/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Issnet\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Counties/M5208707/.Goiania_GO: -------------------------------------------------------------------------------- 1 | Goiania GO 2 | IBGE: 5208707 3 | SIAF: 9373 4 | Padrão: AMTEC (Abrasf 2.0 modificado) 5 | SOAP Version: 1.2 6 | URL Única: https://nfse.goiania.go.gov.br/ws/nfse.asmx 7 | xmlns: http://nfse.goiania.go.gov.br/xsd/nfse_gyn_v02.xsd 8 | 9 | ATENÇÃO: O Certificado Digital deve ser emitido para o CNPJ informado no Cadastro de Atividades Econômicas do Prestador da Prefeitura, NÃO sendo aceito Certificado emitido para CNPJ RAIZ 10 | Link: https://docs.google.com/document/d/1B6L11ZGv2iXMfxCtIJxgzLaDCyeF-tCJ82ELysnJaTs/edit?pli=1 -------------------------------------------------------------------------------- /src/Counties/M5208707/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Goiania\Convert as ConvertModel; 21 | 22 | class Convert extends ConvertModel 23 | { 24 | } 25 | -------------------------------------------------------------------------------- /src/Counties/M5208707/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Abrasf\Rps as RpsModel; 21 | 22 | class Rps extends RpsModel 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Models/Abaco/Factories/v2010/ConsultarLoteRps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | class ConsultarLoteRps extends ConsultarLoteRpsAbrasft 20 | { 21 | } 22 | -------------------------------------------------------------------------------- /src/Models/Abaco/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Abrasf\Rps as RpsAbrasf; 21 | 22 | class Rps extends RpsAbrasf 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Models/Abrasf/Convert.php: -------------------------------------------------------------------------------- 1 | 16 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 17 | */ 18 | 19 | class Convert 20 | { 21 | 22 | } 23 | -------------------------------------------------------------------------------- /src/Models/Abrasf/Factories/ConsultarLoteRps.php: -------------------------------------------------------------------------------- 1 | xmlns = $xmlns; 28 | } 29 | } -------------------------------------------------------------------------------- /src/Models/Abrasf/Factories/Factory.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Abrasf\Rps as RpsAbrasf; 21 | 22 | class Rps extends RpsAbrasf 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Models/Betha/Factories/v202/CancelarNfse.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Abrasf\RenderRps as RenderBase; 21 | 22 | class RenderRps extends RenderBase 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Models/Betha/Rps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Abrasf\Rps as RpsAbrasf; 21 | 22 | class Rps extends RpsAbrasf 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Models/Dsfnet/Response.php: -------------------------------------------------------------------------------- 1 | 16 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 17 | */ 18 | 19 | use NFePHP\NFSe\Common\Response as ResponseBase; 20 | 21 | class Response extends ResponseBase 22 | { 23 | } 24 | -------------------------------------------------------------------------------- /src/Models/ETransparencia/Convert.php: -------------------------------------------------------------------------------- 1 | 16 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 17 | */ 18 | 19 | class Convert 20 | { 21 | 22 | } 23 | -------------------------------------------------------------------------------- /src/Models/ETransparencia/Factories/CancelaNotaEletronica.php: -------------------------------------------------------------------------------- 1 | 16 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 17 | */ 18 | 19 | class RenderRps 20 | { 21 | 22 | } 23 | -------------------------------------------------------------------------------- /src/Models/ETransparencia/Response.php: -------------------------------------------------------------------------------- 1 | 16 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 17 | */ 18 | 19 | use NFePHP\NFSe\Common\Response as ResponseBase; 20 | 21 | class Response extends ResponseBase 22 | { 23 | } 24 | -------------------------------------------------------------------------------- /src/Models/ETransparencia/Rps.php: -------------------------------------------------------------------------------- 1 | 16 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 17 | */ 18 | 19 | use NFePHP\NFSe\Common\Rps as RpsBase; 20 | 21 | class Rps extends RpsBase 22 | { 23 | 24 | } 25 | -------------------------------------------------------------------------------- /src/Models/ETransparencia/Tools.php: -------------------------------------------------------------------------------- 1 | 16 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 17 | */ 18 | 19 | use NFePHP\NFSe\Common\Tools as ToolsBase; 20 | 21 | class Tools extends ToolsBase 22 | { 23 | 24 | } 25 | -------------------------------------------------------------------------------- /src/Models/Ginfes/Convert.php: -------------------------------------------------------------------------------- 1 | 16 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 17 | */ 18 | 19 | class Convert 20 | { 21 | 22 | } 23 | -------------------------------------------------------------------------------- /src/Models/Ginfes/Factories/CancelarNfse.php: -------------------------------------------------------------------------------- 1 | 16 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 17 | */ 18 | 19 | class RenderRps 20 | { 21 | 22 | } 23 | -------------------------------------------------------------------------------- /src/Models/Ginfes/Response.php: -------------------------------------------------------------------------------- 1 | 16 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 17 | */ 18 | 19 | use NFePHP\NFSe\Common\Response as ResponseBase; 20 | 21 | class Response extends ResponseBase 22 | { 23 | } 24 | -------------------------------------------------------------------------------- /src/Models/Ginfes/Rps.php: -------------------------------------------------------------------------------- 1 | 16 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 17 | */ 18 | 19 | use NFePHP\NFSe\Common\Rps as RpsBase; 20 | 21 | class Rps extends RpsBase 22 | { 23 | 24 | } 25 | -------------------------------------------------------------------------------- /src/Models/Goiania/Factories/v02/ConsultarLoteRps.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | use NFePHP\NFSe\Models\Abrasf\Rps as RpsAbrasf; 21 | 22 | class Rps extends RpsAbrasf 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Models/IPM/Convert.php: -------------------------------------------------------------------------------- 1 | 17 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 18 | */ 19 | 20 | class Convert 21 | { 22 | 23 | } 24 | -------------------------------------------------------------------------------- /src/Models/IPM/Factories/Factory.php: -------------------------------------------------------------------------------- 1 | certificate = $certificate; 19 | $this->algorithm = $algorithm; 20 | $this->pathSchemes = __DIR__ . '/../../schemes'; 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /src/Models/IPM/Factories/v100/RecepcionarLoteRps.php: -------------------------------------------------------------------------------- 1 | 14 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 15 | */ 16 | 17 | use NFePHP\NFSe\Models\Abrasf\Factories\v100\RecepcionarLoteRps as RecepcionarLoteRpsAbrasft; 18 | 19 | class RecepcionarLoteRps extends RecepcionarLoteRpsAbrasft 20 | { 21 | } 22 | -------------------------------------------------------------------------------- /src/Models/Infisc/Convert.php: -------------------------------------------------------------------------------- 1 | 16 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 17 | */ 18 | 19 | use InvalidArgumentException; 20 | use NFePHP\Common\Strings; 21 | use NFePHP\NFSe\Models\Infisc\Rps; 22 | 23 | class Convert 24 | { 25 | 26 | } 27 | -------------------------------------------------------------------------------- /src/Models/Infisc/Factories/Factory.php: -------------------------------------------------------------------------------- 1 | 16 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 17 | */ 18 | 19 | use NFePHP\NFSe\Common\Header as HeaderBase; 20 | 21 | class Header extends HeaderBase 22 | { 23 | 24 | } 25 | -------------------------------------------------------------------------------- /src/Models/Issnet/Convert.php: -------------------------------------------------------------------------------- 1 | 16 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 17 | */ 18 | 19 | class Convert 20 | { 21 | 22 | } 23 | -------------------------------------------------------------------------------- /src/Models/Prodam/Response.php: -------------------------------------------------------------------------------- 1 | 16 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 17 | */ 18 | 19 | use NFePHP\NFSe\Common\Response as ResponseBase; 20 | 21 | class Response extends ResponseBase 22 | { 23 | } 24 | -------------------------------------------------------------------------------- /src/Models/Publica/Convert.php: -------------------------------------------------------------------------------- 1 | 16 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 17 | */ 18 | 19 | class Convert 20 | { 21 | 22 | } 23 | -------------------------------------------------------------------------------- /src/Models/Publica/Factories/CancelarNfse.php: -------------------------------------------------------------------------------- 1 | xmlns = $xmlns; 29 | } 30 | } -------------------------------------------------------------------------------- /src/Models/Publica/Factories/ConsultarNfsePorFaixa.php: -------------------------------------------------------------------------------- 1 | 16 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 17 | */ 18 | 19 | class Convert 20 | { 21 | 22 | } 23 | -------------------------------------------------------------------------------- /src/Models/SIGISS/Factories/Factory.php: -------------------------------------------------------------------------------- 1 | 16 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 17 | */ 18 | 19 | class Convert 20 | { 21 | 22 | } 23 | -------------------------------------------------------------------------------- /src/Models/Simpliss/Factories/Signer.php: -------------------------------------------------------------------------------- 1 | 18 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 19 | */ 20 | 21 | 22 | class Signer extends SignerBase 23 | { 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/Models/Simpliss/Response.php: -------------------------------------------------------------------------------- 1 | 16 | * @link http://github.com/nfephp-org/sped-nfse for the canonical source repository 17 | */ 18 | 19 | use NFePHP\NFSe\Models\Abrasf\Response as ResponseBase; 20 | 21 | class Response extends ResponseBase 22 | { 23 | 24 | } 25 | -------------------------------------------------------------------------------- /src/Models/Smartpd/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /tests/Models/Prodam/Factories/CancelamentoNFSeTest.php: -------------------------------------------------------------------------------- 1 | assertTrue(true); 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /tests/Models/Prodam/RpsTest.php: -------------------------------------------------------------------------------- 1 | assertTrue(true); 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /tests/NFSeTest.php: -------------------------------------------------------------------------------- 1 | configJson, 15 | Certificate::readPfx($this->contentpfx, $this->passwordpfx) 16 | ); 17 | $this->assertInstanceOf('NFePHP\NFSe\Counties\M3550308\Tools', $nfse->tools); 18 | $this->assertInstanceOf('NFePHP\NFSe\Counties\M3550308\Rps', $nfse->rps); 19 | $this->assertInstanceOf('NFePHP\NFSe\Counties\M3550308\Convert', $nfse->convert); 20 | $this->assertInstanceOf('NFePHP\NFSe\Counties\M3550308\Response', $nfse->response); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /tests/fixtures/Prodam/LoteRPS2.txt: -------------------------------------------------------------------------------- 1 | 1001318010002016080120160804 2 | 2RPS A 00000000056220160803T000000000421500000000000000000071290500210008573745657900000000000000000000José Carlos R Marina Ciufuli Zanfelice 48 Lapa 3550308 SP05040000jcarlos@josecarlos.org.br Cruzeiro: Sky Wonder|Destinos: Santos, Búzios, Angra dos Reis, Cabo Frio.|Cabine Externa 3 | 90000010000000004665034000000000000000 4 | -------------------------------------------------------------------------------- /tests/fixtures/Prodam/RetornoConsultaCNPJ.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | true 5 | 6 | 7 | 39616924 8 | true 9 | 10 | 11 | -------------------------------------------------------------------------------- /tests/fixtures/Prodam/response_retornoCancelamentoNFe.xml: -------------------------------------------------------------------------------- 1 | <?xml version="1.0" encoding="UTF-8"?><RetornoCancelamentoNFe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.prefeitura.sp.gov.br/nfe"><Cabecalho Versao="1" xmlns=""><Sucesso>true</Sucesso>></Cabecalho></RetornoCancelamentoNFe> 2 | -------------------------------------------------------------------------------- /tests/fixtures/certs/certificado_teste.pfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucas-simoes/php-nfse/b9bd533b7956409d2ac9ce254d9fb13870538b77/tests/fixtures/certs/certificado_teste.pfx --------------------------------------------------------------------------------