rob.coutinho
Mensagens : 3 Data de inscrição : 18/11/2015
| Assunto: Erro E160 - Prefeitura de São Caetano do Sul Qua Nov 18, 2015 11:21 am | |
| Galera, tenho um XML (código abaixo) e o mesmo ao tentar enviá-lo para o WS da prefeitura de São Caetano do Sul o erro E160 aparece insistentemente. O que eu podia pegar de inconsistência eu peguei, tanto passando tag a tag como passando por diversos validadores. Mas agora o XML parece estar de acordo e não sei mais o que fazer. Alguém aí poderia me ajudar verificando se esse XML está mesmo ok? - Código:
-
<?xml version="1.0"?> <tns:EnviarLoteRpsEnvio xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.ginfes.com.br/servico_enviar_lote_rps_envio_v03.xsd schemas_v301/schemas_v301/servico_enviar_lote_rps_envio_v03.xsd" xmlns:tns="http://www.ginfes.com.br/servico_enviar_lote_rps_envio_v03.xsd" xmlns:tipos="http://www.ginfes.com.br/tipos_v03.xsd"> <tns:LoteRps Id="1" xmlns:tipos="http://www.ginfes.com.br/tipos_v03.xsd"> <tipos:NumeroLote>1</tipos:NumeroLote> <tipos:Cnpj>58456336000577</tipos:Cnpj> <tipos:InscricaoMunicipal>94625</tipos:InscricaoMunicipal> <tipos:QuantidadeRps>1</tipos:QuantidadeRps> <tipos:ListaRps> <tipos:Rps> <tipos:InfRps> <tipos:IdentificacaoRps> <tipos:Numero>10</tipos:Numero> <tipos:Serie>UNICA</tipos:Serie> <tipos:Tipo>1</tipos:Tipo> </tipos:IdentificacaoRps> <tipos:DataEmissao>2015-11-13T02:00:00</tipos:DataEmissao> <tipos:NaturezaOperacao>1</tipos:NaturezaOperacao> <tipos:OptanteSimplesNacional>2</tipos:OptanteSimplesNacional> <tipos:IncentivadorCultural>2</tipos:IncentivadorCultural> <tipos:Status>1</tipos:Status> <tipos:Servico> <tipos:Valores> <tipos:ValorServicos>20010.00</tipos:ValorServicos> <tipos:ValorDeducoes>5000</tipos:ValorDeducoes> <tipos:IssRetido>2</tipos:IssRetido> </tipos:Valores> <tipos:ItemListaServico>2496</tipos:ItemListaServico> <tipos:CodigoTributacaoMunicipio>2496</tipos:CodigoTributacaoMunicipio> <tipos:Discriminacao>teste</tipos:Discriminacao> <tipos:CodigoMunicipio>3548807</tipos:CodigoMunicipio> </tipos:Servico> <tipos:Prestador> <tipos:Cnpj>58456336000577</tipos:Cnpj> <tipos:InscricaoMunicipal>94625</tipos:InscricaoMunicipal> </tipos:Prestador> <tipos:Tomador> <tipos:IdentificacaoTomador> <tipos:CpfCnpj> <tipos:Cnpj>87864237000107</tipos:Cnpj> </tipos:CpfCnpj> </tipos:IdentificacaoTomador> <tipos:RazaoSocial>CLIENTE 3</tipos:RazaoSocial> <tipos:Endereco> <tipos:Endereco>R BOM PASTOR, 1200 - IPIRANGA</tipos:Endereco> <tipos:Numero>1200</tipos:Numero> <tipos:Bairro>Ipiranga</tipos:Bairro> <!--<tipos:CodigoMunicipio>0</tipos:CodigoMunicipio>--> <tipos:Uf>SP</tipos:Uf> <tipos:Cep>04281000</tipos:Cep> </tipos:Endereco> </tipos:Tomador> </tipos:InfRps> </tipos:Rps> </tipos:ListaRps> </tns:LoteRps> </tns:EnviarLoteRpsEnvio>
| |
|