0
Hello, has anyone ever done something with php that accesses the E-social web service? I’m having trouble understanding what the certification chain is. It will not be possible for example to use an application developed in php to access E-social, it will have to be a local application, developed for example in C# and others?
I think qud "certification chain" refers to certification entities that issue digital certificate type e-cpf, e-cnpj, site certificates.
– Igor Henrique
I’m thinking about it, and I’m not finding any solutions. See I’m seeing in php how to access a webservice, so I could see, we can use SOAP for this, but I still have some questions. If I have to use SOAP for this, the machine I am accessing the webservice I would have to put these certificates
– edson ferrari
Yes, you would take the private key of that certificate and sign the data you would send. Research digital signature to understand this process.
– Igor Henrique
that process is similar to issuing a tax note. Tip to understand the process. https://youtu.be/v1rByVX1_FY
– Igor Henrique