"The reported event was not recognized by the system. Suggested Action: Verify that the reported event and version of the layout are in accordance with eSocial Table 9 (eSocial File Types) "
I generate xml, I sign the envelope and send the sending goes successfully
Now when I put the protocol number I get this error, could someone please help me! What am I doing wrong?
Follow my XML file
<?xml version="1.0"?>
<eSocial xmlns="http://www.esocial.gov.br/schema/lote/eventos/envio/v1_1_1"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<envioLoteEventos grupo="2">
<ideEmpregador>
<tpInsc>1</tpInsc>
<nrInsc>01000251</nrInsc>
</ideEmpregador>
<ideTransmissor>
<tpInsc>1</tpInsc>
<nrInsc>01000251000139</nrInsc>
</ideTransmissor>
<eventos>
<evento Id="ID1010002510000002018030513481200001">
<eSocial xmlns="http://www.esocial.gov.br/schema/evt/evtMonit/v02_04_01" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<evtMonit Id="ID1010002510000002018030513481200001">
<ideEvento>
<indRetif>1</indRetif>
<nrRecibo>0</nrRecibo>
<tpAmb>2</tpAmb>
<procEmi>1</procEmi>
<verProc>1.4.1</verProc>
</ideEvento>
<ideEmpregador>
<tpInsc>1</tpInsc>
<nrInsc>01000251</nrInsc>
</ideEmpregador>
<ideVinculo>
<cpfTrab>***********</cpfTrab>
<nisTrab>12345678911</nisTrab>
<matricula>1412-hj</matricula>
</ideVinculo>
<aso>
<dtAso>2017-11-16</dtAso>
<tpAso>1</tpAso>
<resAso>1</resAso>
<exame>
<dtExm>2017-11-15</dtExm>
<procRealizado>45121241</procRealizado>
<obsProc>nada</obsProc>
<interprExm>1</interprExm>
<ordExame>2</ordExame>
<dtIniMonit>2017-01-21</dtIniMonit>
<dtFimMonit>2017-01-31</dtFimMonit>
<indResult>1</indResult>
<respMonit>
<nisResp>12345678911</nisResp>
<nrConsClasse>12345678</nrConsClasse>
</respMonit>
</exame>
<ideServSaude>
<codCNES>1234567</codCNES>
<frmCtt>emailll</frmCtt>
<email>[email protected]</email>
<medico>
<nmMed>Jose Ngm da Silva</nmMed>
<crm>
<nrCRM>12345678</nrCRM>
<ufCRM>SP</ufCRM>
</crm>
</medico>
</ideServSaude>
</aso>
</evtMonit>
<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="">
<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>
</eSocial>
</evento>
</eventos>
</envioLoteEventos>
</eSocial>
:)