Boa tarde, não consigo enviar meu XML para o site da prefeitura de São Bernardo do Campo no ambiente de Homologação "http://saobernardo.ginfesh.com.br/", ele retorna como "arquivo fora do layout XML", porém validei com o "NotePad++" e está tudo certo, segue o XML:
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<EnviarLoteRpsEnvio xmlns="http://www.ginfes.com.br/servico_enviar_lote_rps_envio" xmlns:tipos="http://www.ginfes.com.br/tipos" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<NumeroLote>001</NumeroLote>
<Cnpj>11111111111111</Cnpj>
<InscricaoMunicipal>1111111</InscricaoMunicipal>
<QuantidadeRps>1</QuantidadeRps>
<ListaRps>
<Rps>
<tipos:IdentificacaoRps>
<tipos:Numero>1</tipos:Numero>
<tipos:Serie>RMN</tipos:Serie>
<tipos:Tipo>1</tipos:Tipo>
</tipos:IdentificacaoRps>
<tipos:DataEmissao>2016-10-06T16:38:07</tipos:DataEmissao>
<tipos:NaturezaOperacao>1</tipos:NaturezaOperacao>
<tipos:RegimeEspecialTributacao>2</tipos:RegimeEspecialTributacao>
<tipos:OptanteSimplesNacional>2</tipos:OptanteSimplesNacional>
<tipos:IncentivadorCultural>2</tipos:IncentivadorCultural>
<tipos:Status>1</tipos:Status>
<tipos:Servico>
<tipos:Valores>
<tipos:ValorServicos>1709.95</tipos:ValorServicos>
<tipos:IssRetido>2</tipos:IssRetido>
<tipos:BaseCalculo>1709.95</tipos:BaseCalculo>
<tipos:Aliquota>0.0200</tipos:Aliquota>
<tipos:ValorLiquidoNfse>1709.95</tipos:ValorLiquidoNfse>
</tipos:Valores>
<tipos:ItemListaServico>1601</tipos:ItemListaServico>
<tipos:CodigoTributacaoMunicipio>493020301</tipos:CodigoTributacaoMunicipio>
<tipos:Discriminacao>SERVICOS DE TRANSPORTE </tipos:Discriminacao>
<tipos:MunicipioPrestacaoServico>3548708</tipos:MunicipioPrestacaoServico>
</tipos:Servico>
<tipos:Prestador>
<tipos:Cnpj>11111111111111</tipos:Cnpj>
<tipos:InscricaoMunicipal>1111111</tipos:InscricaoMunicipal>
</tipos:Prestador>
<tipos:Tomador>
<tipos:IdentificacaoTomador>
<tipos:CpfCnpj>
<tipos:Cnpj>00000000000000</tipos:Cnpj>
</tipos:CpfCnpj>
</tipos:IdentificacaoTomador>
<tipos:RazaoSocial>Facil Assist Servicos E Assistencia 24 Horas Ltda - Epp</tipos:RazaoSocial>
</tipos:Tomador>
</Rps>
</ListaRps>
</EnviarLoteRpsEnvio>