Eugen: SOAP-HTTPS Fehler

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

  1. 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

    --
    “Whoever best describes the problem is the person most likely to solve the problem.” [Dan Roam]