<?xml version=""1.0"" encoding=""utf-8""?>");
<soapenv:Envelope xmlns:soapenv=""http://schemas.xmlsoap.org/soap/envelope/"" xmlns:nfse=""http://nfse.abrasf.org.br"">
    <soapenv:Header/>
    <soapenv:Body>
        <nfse:ConsultarNfsePorRps>
            <nfseCabecMsg>
                <cabecalho versao="1.00" xmlns="http://www.abrasf.org.br/nfse.xsd">
                    <versaoDados>2.04</versaoDados>
                </cabecalho>
            </nfseCabecMsg>
            <nfseDadosMsg>
                <ConsultarNfseRpsEnvio xmlns="http://www.abrasf.org.br/nfse.xsd">
                    <Pedido>
                        <IdentificacaoRps>
                            <!-- Obrigatório -->
                            <Numero>?</Numero>
                            <!-- Obrigatório -->
                            <Serie>?</Serie>
                            <!-- Obrigatório -->
                            <Tipo>?</Tipo>
                        </IdentificacaoRps>
                        <Prestador>
                            <CpfCnpj>
                                <!--Obrigatório CPF ou CNPJ. Não enviar ambas as tags. -->
                                <Cnpj>?</Cnpj>
                                <Cpf>?</Cpf>
                            </CpfCnpj>
                            <!-- Obrigatório -->
                            <InscricaoMunicipal>?</InscricaoMunicipal>
                        </Prestador>
                    </Pedido>
                    <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>?</DigestValue>
                            </Reference>
                        </SignedInfo>
                        <SignatureValue>?</SignatureValue>
                        <KeyInfo>
                            <X509Data>
                                <X509Certificate>?</X509Certificate>
                            </X509Data>
                        </KeyInfo>
                    </Signature>
                </ConsultarNfseRpsEnvio>
            </nfseDadosMsg>
        </nfse:ConsultarNfsePorRps>
    </soapenv:Body>
</soapenv:Envelope>
