i have a problem working with PHP SoapClient with a WS (WSDL) that contains https. my PHP version is 5.2.5. before you ask, yes, i am using PHP\'s Soap and openSSL extention
You will need to have OpenSSL enabled in PHP to be able to retrieve content over https.
Uncomment this line in php.ini
extension=php_openssl.dll
Look for the openssl
section in your phpinfo():
OpenSSL support => enabled
OpenSSL Library Version => OpenSSL 0.9.8k 25 Mar 2009
OpenSSL Header Version => OpenSSL 0.9.8k 25 Mar 2009