Advertisement
Guest User

R-2099

a guest
Nov 24th, 2017
448
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.06 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_02_00">
  8.           <env:loteEventos>
  9.             <env:evento id="ID1999999999999992017112211464500001">
  10.               <Reinf xmlns="http://www.reinf.esocial.gov.br/schemas/evtFechamento/v1_02_00">
  11.                 <evtFechaEvPer id="ID1999999999999992017112211464500001">
  12.                   <ideEvento>
  13.                     <perApur>2017-11</perApur>
  14.                     <tpAmb>3</tpAmb>
  15.                     <procEmi>1</procEmi>
  16.                     <verProc>1.0</verProc>
  17.                   </ideEvento>
  18.                   <ideContri>
  19.                     <tpInsc>1</tpInsc>
  20.                     <nrInsc>99999999</nrInsc>
  21.                   </ideContri>
  22.                   <ideRespInf>
  23.                     <nmResp>João da Silva</nmResp>
  24.                     <cpfResp>99999999999</cpfResp>
  25.                     <telefone>99999999999</telefone>
  26.                     <email>joao_da_silva@email.com.br</email>
  27.                   </ideRespInf>
  28.                   <infoFech>
  29.                     <evtServTm>N</evtServTm>
  30.                     <evtServPr>N</evtServPr>
  31.                     <evtAssDespRec>N</evtAssDespRec>
  32.                     <evtAssDespRep>N</evtAssDespRep>
  33.                     <evtComProd>N</evtComProd>
  34.                     <evtCPRB>N</evtCPRB>
  35.                     <evtPgtos>N</evtPgtos>
  36.                     <compSemMovto>2017-11</compSemMovto>
  37.                   </infoFech>
  38.                 </evtFechaEvPer>
  39.                 <Signature xmlns="http://www.w3.org/2000/09/xmldsig#">
  40.                   <SignedInfo>
  41.                     <CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/>
  42.                     <SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"/>
  43.                     <Reference URI="#ID1999999999999992017112211464500001">
  44.                       <Transforms>
  45.                         <Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/>
  46.                         <Transform Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/>
  47.                       </Transforms>
  48.                       <DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/>
  49.                       <DigestValue>...</DigestValue>
  50.                     </Reference>
  51.                   </SignedInfo>
  52.                   <SignatureValue>...</SignatureValue>
  53.                   <KeyInfo>
  54.                     <X509Data>
  55.                       <X509Certificate>...</X509Certificate>
  56.                     </X509Data>
  57.                   </KeyInfo>
  58.                 </Signature>
  59.               </Reinf>
  60.             </env:evento>
  61.           </env:loteEventos>
  62.         </env:Reinf>
  63.       </sped:loteEventos>
  64.     </sped:ReceberLoteEventos>
  65.   </soapenv:Body>
  66. </soapenv:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement