Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8" ?>
- <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sped="http://sped.fazenda.gov.br/">
- <soapenv:Header/>
- <soapenv:Body>
- <sped:ReceberLoteEventos>
- <sped:loteEventos>
- <env:Reinf xmlns:env="http://www.reinf.esocial.gov.br/schemas/envioLoteEventos/v1_01_01">
- <env:loteEventos>
- <env:evento id="ID1000000123456782017091308500400001">
- <Reinf xmlns="http://www.reinf.esocial.gov.br/schemas/evtInfoContribuinte/v1_01_01">
- <evtInfoContri id="ID1000000123456782017091308500400001">
- <ideEvento>
- <tpAmb>3</tpAmb>
- <procEmi>1</procEmi>
- <verProc>1.0</verProc>
- </ideEvento>
- <ideContri>
- <tpInsc>1</tpInsc>
- <nrInsc>12345678</nrInsc>
- </ideContri>
- <infoContri>
- <alteracao>
- <idePeriodo>
- <iniValid>2017-08</iniValid>
- </idePeriodo>
- <infoCadastro>
- <classTrib>99</classTrib>
- <indEscrituracao>1</indEscrituracao>
- <indDesoneracao>0</indDesoneracao>
- <indAcordoIsenMulta>0</indAcordoIsenMulta>
- <indSitPJ>0</indSitPJ>
- <contato>
- <nmCtt>JOÃO DA SILVA</nmCtt>
- <cpfCtt>12891803183</cpfCtt>
- <foneFixo>3135411015</foneFixo>
- <foneCel>31987771422</foneCel>
- </contato>
- <softHouse>
- <cnpjSoftHouse>...</cnpjSoftHouse>
- <nmRazao>...</nmRazao>
- <nmCont>...</nmCont>
- <telefone>...</telefone>
- <email>...</email>
- </softHouse>
- </infoCadastro>
- </alteracao>
- </infoContri>
- </evtInfoContri>
- <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/2001/04/xmldsig-more#rsa-sha256"/>
- <Reference URI="#ID1000000123456782017091308500400001">
- <Transforms>
- <Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/>
- <Transform Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/>
- </Transforms>
- <DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/>
- <DigestValue>...</DigestValue>
- </Reference>
- </SignedInfo>
- <SignatureValue>...</SignatureValue>
- <KeyInfo>
- <X509Data>
- <X509Certificate>...</X509Certificate>
- </X509Data>
- </KeyInfo>
- </Signature>
- </Reinf>
- </env:evento>
- </env:loteEventos>
- </env:Reinf>
- </sped:loteEventos>
- </sped:ReceberLoteEventos>
- </soapenv:Body>
- </soapenv:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement