I have installed PHP5 under Windows 2000 professional and I am attempting to access a WSDL on a https secure domain.
I have install the soap extension correctly, however I am having trouble getting
Openssl working.
I get the following errors, when I try to run the php script.
Warning: SoapClient::__construct() [function.--construct]: failed to create an SSL context in c:\Inetpub\wwwroot\betfair.php on line 8
Warning: SoapClient::__construct() [function.--construct]: Failed to enable crypto in c:\Inetpub\wwwroot\betfair.php on line 8
Warning: SoapClient::__construct(https://api.betfair.com/betex-api-public-ws/BFService.wsdl) [function.--construct]: failed to open stream: No such file or directory in c:\Inetpub\wwwroot\betfair.php on line 8
Warning: SoapClient::__construct() [function.--construct]: I/O warning : failed to load external entity "https://api.betfair.com/betex-api-public-ws/BFService.wsdl" in c:\Inetpub\wwwroot\betfair.php on line 8
Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://api.betfair.com/betex-api-public-ws/BFService.wsdl' in c:\Inetpub\wwwroot\betfair.php:8 Stack trace: #0 c:\Inetpub\wwwroot\betfair.php(8): SoapClient->__construct('https://api.bet...', Array) #1 {main} thrown in c:\Inetpub\wwwroot\betfair.php on line 8