Most voted "esocial" questions
Use this tag when the question refers to some resource, code or problem related to eSocial, fancy name of the Digital Bookkeeping System of Social Security and Labor Tax Obligations.
Learn more…25 questions
Sort by count of
-
4
votes2
answers926
viewsHow to reference the webservices of eSocial by Visual Studio?
I already followed the instructions of this question read, reread, and repeated the tutorial by Pedro Gaspar. And I can’t get eSocial webservices referenced by Visual Studio. What I’ve done so far…
-
4
votes1
answer2112
viewsCommunicationexception: Error in client making HTTP (HTTP.SYS) request to third party Webservice
I’m developing for the eSocial for more than a year now, and, I am finding the following error in some customers, when trying to send to the service: System.ServiceModel.Communicationexception:…
-
3
votes1
answer868
viewsError 400 when sending request to Esocial (C#)
I am receiving error 400 when executing SOAP request on eSocial servers as a response. The error occurs in this command: using (HttpWebResponse resposta = request.GetResponse() as HttpWebResponse) I…
-
3
votes1
answer521
viewseSocialBX: Invalid signature error
I am trying to consume the Event Identifiers Query Webservice. But I get this return from the Recipe: <eSocial…
-
2
votes2
answers4027
viewsProblem communicating with eSocial webservice
I have the following problem when communicating with eSocial webservice, I am using C# so I added the reference of the webservice in my project and now I need to send an XML, and what I thought was:…
-
2
votes2
answers3333
views -
2
votes2
answers386
viewseSocial: Invalid Subscription . NET Framework
Invalid Signature Good afternoon, I have a problem transmitting the information to the webservices of eSocial. The process I do is the following: the events Xmls are generated on the server,…
-
1
votes1
answer3208
viewsProblem with digital signature SHA-256
I am generating an xml and signing with SHA-256, but when validating the signature soon after java says that it is not valid xml generated and signed: <soap:Envelope…
-
1
votes1
answer1165
viewsxml error eSocial: Invalid event signature. Only one 'Keyinfo/X509data' Element is required/allowed
I have the error: Invalid event signature. Only one 'Keyinfo/X509data' Element is required/allowed Before that I received the error that should change the signature method Transform to:…
-
1
votes2
answers4348
viewse-social. Invalid event subscription
hello, I am having problems in the query of events with the protocol, returns in xml the error (405 - Invalid Signature), occurrence (1 - 142 - Invalid event signature. Suggested Actions: Check for…
-
1
votes2
answers733
viewsSocial submission problems: Invalid event subscription
Using RobRichards, I am trying to get a positive response in sending the XML, but always accuses the message: "Invalid event signature. Suggested Actions: Check if there was event change after…
-
1
votes1
answer1662
viewsEsocial - Error signing XML
Good afternoon. I am trying to sign the XML, but I have the error below: Error generating System.Security.Cryptography.Cryptographicexception file: Poorly formed Reference Element. Searching, I saw…
-
1
votes2
answers999
viewsProblem with eSocial digital signature - Invalid signature
I’m having trouble validating the eSocial xml signature. We have already made several attempts, but in all the return of the event processing is the same: "Invalid event subscription. Suggested…
-
1
votes0
answers264
viewsSHA256 standard eSocial vs. Framework . Net subscription 4.6
Good morning, everyone, I have an application developed in C#, installed in several clients. I developed the code snippet below for SHA256 signature and works perfectly in the most modern . NET…
-
1
votes0
answers147
viewseSocialBX - targetNamespace invalid
We are trying to use eSocial BX to get some information about events sent. For the call ConsultarIdentificadoresEventosTrabalhador the following XML is sent (I removed the signature part): <?xml…
-
1
votes1
answer347
viewseSocialBX: Error 402 - "Invalid request"
I’m trying to consume the web service Query to Event Identifiers, but I get this return: <?xml version="1.0"?> <eSocial…
-
0
votes1
answer1632
viewsCommunication problems with the government-provided web service
I’m having a problem communicating with eSocial webservice, my certificate is correct, but still can’t establish a secure connection, it presents the following message: "Error making HTTP request to…
-
0
votes3
answers843
viewsSoap Request 403 Forbidden
Hello folks please I need your help. I’m trying to send make the connection to the esocial api but I got the 403 return Forbidden, I’m with updated certificate and using jks. Below is the section…
-
0
votes2
answers3518
viewshttps communication error with Webservice
I have a problem communicating with webservice of eSocial, my certificate is correct, however, still can not establish a secure connection, displays the following message: Error making HTTP request…
-
0
votes1
answer1325
viewsdigital signature in xml files for E-social
Hello, I need to clear the doubt about the signature in the xml sending to the E-social, see I am basing the article Problem with eSocial digital signature - Invalid signature I have the following…
-
0
votes1
answer607
viewsSOAP E-social Request Template
Come on, guys, I’m having serious trouble executing the SOAP request on E-social servers. This is my code: $pfx = file_get_contents($pfx); $certificate = Certificate::readPfx($pfx, $pass); $wsdl =…
-
0
votes1
answer689
viewsThe reported Event was not recognized by the system
Hello, guys I’m trying to send the S2220 event to E-social, but the returns me the error: "The reported Event was not recognized by the system. Suggested Action: Check if the reported event and the…
-
0
votes1
answer944
viewsError 174 - The event will only be accepted after the beginning date of the employer’s obligation to eSocial
I wonder if anyone else gets this error when you send the "S-1000" to the restricted production environment, and how you can fix it. I’m finalizing the structure but I can’t successfully send once.…
-
0
votes1
answer78
viewseSocial BX: "Event not found or not processed or without profile for access"
I’m using the "Download Request Website for Events", the Method "Solicitadownloadeventosporid". However, when submitting the event ID, I am getting the following return: <?xml version="1.0"?>…
-
-2
votes1
answer800
viewsThe submitted document is not a valid eSocial xml
I am sending this xml to the webservice of E-social but always displays the same message: There’s a way you can help me by taking a look at the xml. The submitted document is not a valid eSocial…