notfalsedev / laravel-soap

A soap client wrapper for Laravel
MIT License
634 stars 122 forks source link

How to use this package with local WSDL file and certificate (.pfx) file ans passphrase ? #187

Open TechNov opened 4 years ago

TechNov commented 4 years ago

How to use this package with local WSDL file and certificate (.pfx) file ans passphrase ?

IcaroRios commented 3 years ago

Conver to a (.pem) certifiacate and use the options:

'local_cert'     => Storage_path('/app/public/myCerficate.pem'),
'passphrase'     => 'passphrase',