Hello
I am implementing a php class to connect my application to the billing web service in Argentina. And they put me as a requirement to enable in php.ini two extensions:
enable extension=php_openssl (.dll /.so)
enable extension=php_soap (.dll /.so)
However in my php.ini of scriptcase do not include the extensions .dll or .so
It allows me to enable extencion=openssl and extencion=soap but how can I enable the .dll and .so?
Thank you
Of course I tried to add them manually but when doing so scriptcase throws error when compiling
Hello…
The dll’s are for the correct version of PHP?
What’s is the billing service?
Thanks!
hola, es para hacer facturación en AFIP.
Quien me provee el las clases php me pone como requisito que en php.ini esten habilitadas las extenciones que especifique arriba
Y en el php.ini de scriptcase sale la extención openssl y soap pero sin el “.dll” y sin el “.so”
Cuando hace la autenticación me tira el siguente error:
Array
(
[0] => AfipWsaa::signTra() - No se pudo generar la forma PKCS#7 en el TRA
[1] => AfipWsaa::loginCms() - No se pudo firmar el TRA
)
hello, it is to do billing in AFIP.
Who provides me with the php classes puts me as a requirement that in php.ini the extensions that I specify above are enabled
And in php.ini of scriptcase the extension openssl and soap comes out but without the “.dll” and without the “.so”
When he does the authentication he throws me the following error:
Array
(
[0] => AfipWsaa::signTra() - No se pudo generar la forma PKCS#7 en el TRA
[1] => AfipWsaa::loginCms() - No se pudo firmar el TRA
)
Perdon, SOLUCIONADO.
Array
(
[0] => AfipWsaa::signTra() - No se pudo generar la forma PKCS#7 en el TRA
[1] => AfipWsaa::loginCms() - No se pudo firmar el TRA
)
ese error es porque estaba mal creado los certificados de Afip. Habia creado los certificados para produccion y estaba intentando usar los servicios de homologación/testing
Gracias!
hola…
Pasa, el tema de los certificados es para lios!
Saludos