Pessoal, boa tarde!
Estou tendo problemas ao enviar lotes RPS para o GINFES utilizando a bloco <ConstrucaoCivil> e as tags desse bloco. Já tentei o suporte do pessoal do atendimento, mas eles estão batendo cabeça. Abaixo tem um XML com a estrutura completa que estou enviando, através do validador de XML disponibilizado no portal do GINFES o arquivo está OK, mas quando utilizado em produção da o referido erro.
<EnviarLoteRpsEnvio xmlns:tipos="http://www.ginfes.com.br/tipos_v03.xsd" xmlns="http://www.ginfes.com.br/servico_enviar_lote_rps_envio_v03.xsd">
<LoteRps Id="900000000013145">
<tipos:NumeroLote>900000000013145</tipos:NumeroLote>
<tipos:Cnpj>00000000000190</tipos:Cnpj>
<tipos:InscricaoMunicipal>000000</tipos:InscricaoMunicipal>
<tipos:QuantidadeRps>1</tipos:QuantidadeRps>
<tipos:ListaRps>
<tipos:Rps>
<tipos:InfRps Id="118313">
<tipos:IdentificacaoRps>
<tipos:Numero>118313</tipos:Numero>
<tipos:Serie>1</tipos:Serie>
<tipos:Tipo>1</tipos:Tipo>
</tipos:IdentificacaoRps>
<tipos:DataEmissao>2016-07-29T15:32:49</tipos:DataEmissao>
<tipos:NaturezaOperacao>2</tipos:NaturezaOperacao>
<tipos:OptanteSimplesNacional>2</tipos:OptanteSimplesNacional>
<tipos:IncentivadorCultural>2</tipos:IncentivadorCultural>
<tipos:Status>1</tipos:Status>
<tipos:Servico>
<tipos:Valores>
<tipos:ValorServicos>135022.89</tipos:ValorServicos>
<tipos:ValorPis>877.65</tipos:ValorPis>
<tipos:ValorCofins>4050.69</tipos:ValorCofins>
<tipos:ValorInss>14852.52</tipos:ValorInss>
<tipos:ValorIr>2025.34</tipos:ValorIr>
<tipos:ValorCsll>1350.23</tipos:ValorCsll>
<tipos:IssRetido>1</tipos:IssRetido>
<tipos:ValorIss>6751.14</tipos:ValorIss>
<tipos:ValorIssRetido>6751.14</tipos:ValorIssRetido>
<tipos:BaseCalculo>135022.89</tipos:BaseCalculo>
<tipos:Aliquota>0.0500</tipos:Aliquota>
<tipos:ValorLiquidoNfse>105115.32</tipos:ValorLiquidoNfse>
</tipos:Valores>
<tipos:ItemListaServico>7.02</tipos:ItemListaServico>
<tipos:CodigoTributacaoMunicipio>429959901</tipos:CodigoTributacaoMunicipio>
<tipos:Discriminacao>LANCAMENTO DE 2 CIRCUITO E CONSTRUCAO DE 02 DOIS BAYS DE MANOBRA</tipos:Discriminacao>
<tipos:CodigoMunicipio>5103205</tipos:CodigoMunicipio>
</tipos:Servico>
<tipos:Prestador>
<tipos:Cnpj>00000000000190</tipos:Cnpj>
<tipos:InscricaoMunicipal>000000</tipos:InscricaoMunicipal>
</tipos:Prestador>
<tipos:Tomador>
<tipos:IdentificacaoTomador>
<tipos:CpfCnpj>
<tipos:Cnpj>00000000000381</tipos:Cnpj>
</tipos:CpfCnpj>
</tipos:IdentificacaoTomador>
<tipos:RazaoSocial>GREEN POWER S.A.</tipos:RazaoSocial>
<tipos:Endereco>
<tipos:Endereco>FAZENDA HIROSHIMA</tipos:Endereco>
<tipos:Numero>S N</tipos:Numero>
<tipos:Bairro>ZONA RURAL</tipos:Bairro>
<tipos:CodigoMunicipio>0000000</tipos:CodigoMunicipio>
<tipos:Uf>MT</tipos:Uf>
<tipos:Cep>78580000</tipos:Cep>
</tipos:Endereco>
</tipos:Tomador>
<tipos:ConstrucaoCivil>
<tipos:CodigoObra>806926</tipos:CodigoObra>
<tipos:Art>806926</tipos:Art>
</tipos:ConstrucaoCivil>
</tipos:InfRps>
</tipos:Rps>
</tipos:ListaRps>
</LoteRps>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#">
<SignedInfo>
<CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/>
<SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/>
<Reference URI="">
<Transforms>
<Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/>
</Transforms>
<DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/>
<DigestValue/>
</Reference>
</SignedInfo>
<SignatureValue/>
<KeyInfo>
<X509Data>
<X509Certificate/>
</X509Data>
</KeyInfo>
</Signature>
</EnviarLoteRpsEnvio>