Jasiek’s Blog

Jasiek’s Blog header image 4

Entries from August 2008

PHP SOAP error over https:

August 27th, 2008 · Comments Off · PHP

When getting an error:
SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn’t load from…
or similar. and SOAP over http works but over https does not, make sure that
“extension=php_openssl.dll”
is enabled in php.ini:
[PHP_SOAP]
extension=php_soap.dll
extension=php_openssl.dll

[Read more →]

Tags: