SOAP-HTTPS Fehler
Eugen
- webserver
0 ChrisB
Hallo,
ich habe folgendes Problem; möchte ich die SOAP-Klasse von PHP5 verwenden erscheint folgende Notice:
Notice: SoapClient::__construct() [function.SoapClient-construct]: Unable to find the wrapper "https" - did you forget to enable it when you configured PHP?
Laut phpinfo() ist openSSL bei den "loaded moules" dabei.
Was hat es mit dem "wrapper https" auf sich?
Was muss hierfür geladen werden?
Danke für eure Hilfe.
Eugen
Hi,
Notice: SoapClient::__construct() [function.SoapClient-construct]: Unable to find the wrapper "https" - did you forget to enable it when you configured PHP?
Laut phpinfo() ist openSSL bei den "loaded moules" dabei.
Was hat es mit dem "wrapper https" auf sich?
Was muss hierfür geladen werden?
Hast du die Hinweise unter http://www.php.net/manual/en/openssl.installation.php berücksichtigt?
MfG ChrisB