acaobianco
Mensagens : 1 Data de inscrição : 01/07/2015
| Assunto: Erro ao carregar XML na Ginfes - SJRP Qua Jul 01, 2015 2:37 pm | |
| Estou gerando o XML de acordo com os manuais e está validando com o Notepad++, porém retorna sempre o mesmo erro (Arquivo enviado fora da estrutura do arquivo XML de entrada) e não faço ideia do que pode ser. Alguma ideia de onde posso estar errando? - Código:
-
<?xml version="1.0" encoding="UTF-8"?> <EnviarLoteRpsEnvio xmlns="http://www.ginfes.com.br/servico_enviar_lote_rps_envio_v03.xsd"> <LoteRps Id="1" xmlns:tns="http://www.ginfes.com.br/tipos_v03.xsd"> <tns:NumeroLote>1</tns:NumeroLote> <tns:Cnpj>xxxxxxxxxxxxxx</tns:Cnpj> <tns:InscricaoMunicipal>xxxxxx</tns:InscricaoMunicipal> <tns:QuantidadeRps>1</tns:QuantidadeRps> <tns:ListaRps> <tipos:Rps xmlns:tipos="http://www.ginfes.com.br/tipos_v03.xsd"> <tipos:InfRps Id="1"> <tipos:IdentificacaoRps> <tipos:Numero>1</tipos:Numero> <tipos:Serie>E</tipos:Serie> <tipos:Tipo>1</tipos:Tipo> </tipos:IdentificacaoRps> <tipos:DataEmissao>2014-01-16T15:14:28</tipos:DataEmissao> <tipos:NaturezaOperacao>1</tipos:NaturezaOperacao> <tipos:RegimeEspecialTributacao>6</tipos:RegimeEspecialTributacao> <tipos:OptanteSimplesNacional>1</tipos:OptanteSimplesNacional> <tipos:IncentivadorCultural>2</tipos:IncentivadorCultural> <tipos:Status>1</tipos:Status> <tipos:Servico> <tipos:Valores> <tipos:ValorServicos>67.00</tipos:ValorServicos> <tipos:ValorDeducoes>0.00</tipos:ValorDeducoes> <tipos:ValorPis>0.00</tipos:ValorPis> <tipos:ValorCofins>0.00</tipos:ValorCofins> <tipos:ValorInss>0.00</tipos:ValorInss> <tipos:ValorIr>0.00</tipos:ValorIr> <tipos:IssRetido>2.00</tipos:IssRetido> <tipos:ValorIss>0.00</tipos:ValorIss> <tipos:OutrasRetencoes>0.00</tipos:OutrasRetencoes> <tipos:BaseCalculo>67.00</tipos:BaseCalculo> <tipos:Aliquota>0.05</tipos:Aliquota> <tipos:ValorLiquidoNfse>67.00</tipos:ValorLiquidoNfse> </tipos:Valores> <tipos:ItemListaServico>14.05</tipos:ItemListaServico> <tipos:CodigoCnae>4751200</tipos:CodigoCnae> <tipos:CodigoTributacaoMunicipio>14.05.00</tipos:CodigoTributacaoMunicipio> <tipos:Discriminacao>CARTUCHO REMANUF 74 PRETO Fonte IBPT</tipos:Discriminacao> <tipos:CodigoMunicipio>3549805</tipos:CodigoMunicipio> </tipos:Servico> <tipos:Prestador> <tipos:Cnpj>xxxxxxxxxxxxxx</tipos:Cnpj> <tipos:InscricaoMunicipal>xxxxxx</tipos:InscricaoMunicipal> </tipos:Prestador> <tipos:Tomador> <tipos:IdentificacaoTomador> <tipos:CpfCnpj> <tipos:Cnpj>xxxxxxxxxxxxxx</tipos:Cnpj> </tipos:CpfCnpj> <tipos:InscricaoMunicipal>xxxxxx</tipos:InscricaoMunicipal> </tipos:IdentificacaoTomador> <tipos:RazaoSocial>RAZAO CONSTRUCOES LTDA</tipos:RazaoSocial> <tipos:Endereco> <tipos:Endereco>RUA JOSE LUIZ</tipos:Endereco> <tipos:Numero>313</tipos:Numero> <tipos:Complemento>sem complemento</tipos:Complemento> <tipos:Bairro>CENTRO</tipos:Bairro> <tipos:CodigoMunicipio>3549805</tipos:CodigoMunicipio> <tipos:Uf>SP</tipos:Uf> <tipos:Cep>15080440</tipos:Cep> </tipos:Endereco> <tipos:Contato> <tipos:Telefone>1711111111</tipos:Telefone> <tipos:Email>email@email.com.br</tipos:Email> </tipos:Contato> </tipos:Tomador> <tipos:ConstrucaoCivil> <tipos:CodigoObra>444444</tipos:CodigoObra> <tipos:Art>444444</tipos:Art> </tipos:ConstrucaoCivil> </tipos:InfRps> </tipos:Rps> </tns:ListaRps> </LoteRps> </EnviarLoteRpsEnvio>
Obrigada desde já, Ana. | |
|
lebertasso
Mensagens : 26 Data de inscrição : 22/06/2015
| Assunto: Re: Erro ao carregar XML na Ginfes - SJRP Qua Set 16, 2015 2:18 pm | |
| | |
|