Questions tagged as 'esocial'

2
answers

How to reference eSocial webservices by Visual Studio?

I've already followed the instructions of this question li, reli, and have re-read the Pedro Gaspar tutorial several times. And I can not reference the eSocial webservices through Visual Studio. What I've done so far was: I installed the...
asked by 15.06.2018 / 20:30
1
answer

CommunicationException: Error in client when making HTTP request (HTTP.SYS) to third party WebService

I've been developing for eSocial for over a year already, and I'm encountering the following error on some clients when trying to send the service:    System.ServiceModel.CommunicationException : Error while doing HTTP request for link...
asked by 27.07.2018 / 21:04
1
answer

Error 400 when sending request to ESocial (C #)

I'm getting 400 error response to executing the SOAP request on eSocial servers. The error occurs in this command: using (HttpWebResponse resposta = request.GetResponse() as HttpWebResponse) I installed the certificate chains. I installe...
asked by 10.09.2018 / 15:04
1
answer

eSocial: Invalid Signature .NET Framework

Invalid Signature Good afternoon, I have a problem transmitting information to eSocial webservices. The process I do is as follows: Event XMLs are generated on the server, returned to an application that runs on the client machine and is re...
asked by 20.12.2018 / 17:19
2
answers

E-Social. Invalid event signature

Hello, I'm having problems in the event query with the protocol, it returns the error (405 - Invalid Signature), event (1 - 142 - Invalid event signature) Suggested Actions: Check if event has changed after signing. of the signature.) follows...
asked by 02.10.2017 / 14:33
1
answer

ESocial - Error signing XML

Good afternoon. I'm trying to sign the XML, however I'm having the error below:    Error generating System.Security.Cryptography.CryptographicException: Malformed Reference Element. Searching, I saw that the problem is in the referring...
asked by 26.12.2017 / 19:33
2
answers

Problem communicating with eSocial webservice

I have the following problem communicating with eSocial webservice, I'm using C # so I added the webservice reference in my project and now I need to send an XML, and what I thought was: to establish a secure connection, define a certificate, an...
asked by 20.11.2017 / 18:06
1
answer

eSocial xml error: Invalid event signature. Only one 'KeyInfo / X509Data' Element is required / allowed

I'm getting the error: Event signature invalid. Only one 'KeyInfo / X509Data' Element is required / allowed Before that I received the error that I should change the signature transform method to: <Transform Algorithm="http://www.w3.org/...
asked by 23.08.2017 / 21:01
1
answer

digital signature in xml files for e-social

Hello, I need to heal the doubts regarding the signature in sending the xml to the e-social, here I am based on the article # $objXMLSecurityDSig->add509Cert(file_get_contents('/path_para_chave_PEM_publica')); That key would be exact...
asked by 08.03.2018 / 14:23
2
answers

Issue with eSocial digital signature - Invalid signature

I'm having problem validating eSocial xml signature. We have already made a number of attempts, but in all cases the return of the event processing is the same: "Signature of the invalid event Suggested actions: Verify that the event after the s...
asked by 18.01.2018 / 12:54