Advertisement
Guest User

Exemplo R1000

a guest
Sep 13th, 2017
940
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.59 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sped="http://sped.fazenda.gov.br/">
  3.   <soapenv:Header/>
  4.   <soapenv:Body>
  5.     <sped:ReceberLoteEventos>
  6.       <sped:loteEventos>
  7.         <env:Reinf xmlns:env="http://www.reinf.esocial.gov.br/schemas/envioLoteEventos/v1_01_01">
  8.           <env:loteEventos>
  9.             <env:evento id="ID1000000123456782017091308500400001">
  10.               <Reinf xmlns="http://www.reinf.esocial.gov.br/schemas/evtInfoContribuinte/v1_01_01">
  11.                 <evtInfoContri id="ID1000000123456782017091308500400001">
  12.                   <ideEvento>
  13.                     <tpAmb>3</tpAmb>
  14.                     <procEmi>1</procEmi>
  15.                     <verProc>1.0</verProc>
  16.                   </ideEvento>
  17.                   <ideContri>
  18.                     <tpInsc>1</tpInsc>
  19.                     <nrInsc>12345678</nrInsc>
  20.                   </ideContri>
  21.                   <infoContri>
  22.                     <alteracao>
  23.                       <idePeriodo>
  24.                         <iniValid>2017-08</iniValid>
  25.                       </idePeriodo>
  26.                       <infoCadastro>
  27.                         <classTrib>99</classTrib>
  28.                         <indEscrituracao>1</indEscrituracao>
  29.                         <indDesoneracao>0</indDesoneracao>
  30.                         <indAcordoIsenMulta>0</indAcordoIsenMulta>
  31.                         <indSitPJ>0</indSitPJ>
  32.                         <contato>
  33.                           <nmCtt>JOÃO DA SILVA</nmCtt>
  34.                           <cpfCtt>12891803183</cpfCtt>
  35.                           <foneFixo>3135411015</foneFixo>
  36.                           <foneCel>31987771422</foneCel>
  37.                           <email>[email protected]</email>
  38.                         </contato>
  39.                         <softHouse>
  40.                           <cnpjSoftHouse>...</cnpjSoftHouse>
  41.                           <nmRazao>...</nmRazao>
  42.                           <nmCont>...</nmCont>
  43.                           <telefone>...</telefone>
  44.                           <email>...</email>
  45.                         </softHouse>
  46.                       </infoCadastro>
  47.                     </alteracao>
  48.                   </infoContri>
  49.                 </evtInfoContri>
  50.                 <Signature xmlns="http://www.w3.org/2000/09/xmldsig#">
  51.                   <SignedInfo>
  52.                     <CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/>
  53.                     <SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"/>
  54.                     <Reference URI="#ID1000000123456782017091308500400001">
  55.                       <Transforms>
  56.                         <Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/>
  57.                         <Transform Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/>
  58.                       </Transforms>
  59.                       <DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/>
  60.                       <DigestValue>...</DigestValue>
  61.                     </Reference>
  62.                   </SignedInfo>
  63.                   <SignatureValue>...</SignatureValue>
  64.                   <KeyInfo>
  65.                     <X509Data>
  66.                       <X509Certificate>...</X509Certificate>
  67.                     </X509Data>
  68.                   </KeyInfo>
  69.                 </Signature>
  70.               </Reinf>
  71.             </env:evento>
  72.           </env:loteEventos>
  73.         </env:Reinf>
  74.       </sped:loteEventos>
  75.     </sped:ReceberLoteEventos>
  76.   </soapenv:Body>
  77. </soapenv:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement